aboutsummaryrefslogtreecommitdiffstats
path: root/x.awk
diff options
context:
space:
mode:
Diffstat (limited to 'x.awk')
-rw-r--r--x.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.awk b/x.awk
index b654db7b..c301030e 100644
--- a/x.awk
+++ b/x.awk
@@ -1,7 +1,7 @@
BEGIN {
a = 5 ; print typeof(a)
print typeof(b)
- print typeof(b)
+ print typeof(@/foo/)
c = "foo" ; print typeof(c)
d[1] = 1 ; print typeof(d), typeof(d[1])
e = @/foo/ ; print typeof(e)