summaryrefslogtreecommitdiff
path: root/hs/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'hs/test.txt')
-rw-r--r--hs/test.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/hs/test.txt b/hs/test.txt
new file mode 100644
index 0000000..1a2f551
--- /dev/null
+++ b/hs/test.txt
@@ -0,0 +1,11 @@
+{
+ a := 10;
+ f := ??{
+ print(a);
+ g := ??{
+ print(a);
+ };
+ // g();
+ };
+ f();
+};