diff options
Diffstat (limited to 'cli/tests/tsc2/file_reexports.ts')
-rw-r--r-- | cli/tests/tsc2/file_reexports.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/tsc2/file_reexports.ts b/cli/tests/tsc2/file_reexports.ts new file mode 100644 index 000000000..b26297423 --- /dev/null +++ b/cli/tests/tsc2/file_reexports.ts @@ -0,0 +1,3 @@ +import * as c from "./exportc.ts"; + +console.log(c.c); |