summaryrefslogtreecommitdiff
path: root/tests/ts/foobar/abc.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts/foobar/abc.d.ts')
-rw-r--r--tests/ts/foobar/abc.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ts/foobar/abc.d.ts b/tests/ts/foobar/abc.d.ts
new file mode 100644
index 00000000..874a35db
--- /dev/null
+++ b/tests/ts/foobar/abc.d.ts
@@ -0,0 +1,3 @@
+export declare enum Abc {
+ a = 0
+}