aboutsummaryrefslogtreecommitdiffstats
path: root/test/let4.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/let4.awk')
-rw-r--r--test/let4.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/let4.awk b/test/let4.awk
new file mode 100644
index 00000000..46c400a3
--- /dev/null
+++ b/test/let4.awk
@@ -0,0 +1,3 @@
+function fun() {
+ @let (fun = 42);
+}