-- test.ts --
== should support JSX in ts file ==
const test     = <Test>Test</Test>;

[expect]
const test = <Test>Test</Test>;
