summaryrefslogtreecommitdiff
path: root/test/programs/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-24 18:59:13 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-01-24 18:59:13 -0700
commit203925d9a48d34537bdf6cd25502134df5e91ae7 (patch)
treeafe8a12679568ba00bfa019b0a5b6f13a3778c00 /test/programs/index.ts
downloadtabloid-compiler-main.tar.gz
tabloid-compiler-main.zip
initial commitHEADmain
Diffstat (limited to 'test/programs/index.ts')
-rw-r--r--test/programs/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/programs/index.ts b/test/programs/index.ts
new file mode 100644
index 0000000..af4170d
--- /dev/null
+++ b/test/programs/index.ts
@@ -0,0 +1,5 @@
+import { FIBONACCI_PROG } from './fib';
+
+export namespace TestPrograms {
+ export const Fibonacci = FIBONACCI_PROG;
+}