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