diff options
Diffstat (limited to 'cli/tests/tsc2/file_exportc.ts')
-rw-r--r-- | cli/tests/tsc2/file_exportc.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/tsc2/file_exportc.ts b/cli/tests/tsc2/file_exportc.ts new file mode 100644 index 000000000..efcc5bb46 --- /dev/null +++ b/cli/tests/tsc2/file_exportc.ts @@ -0,0 +1 @@ +export * as c from "https://deno.land/x/c.js"; |