aboutsummaryrefslogtreecommitdiffstats
path: root/test/typeof3.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/typeof3.awk')
-rw-r--r--test/typeof3.awk12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/typeof3.awk b/test/typeof3.awk
index e31bf602..d148f373 100644
--- a/test/typeof3.awk
+++ b/test/typeof3.awk
@@ -1,13 +1,13 @@
-#BEGIN {
-# x = @/xx/
-# print typeof(x)
-# print x
-#}
+BEGIN {
+ x = @/xx/
+ print typeof(x)
+ print x
+}
# this set may not really be needed for the test
BEGIN {
x = 4
-# print typeof(@/xxx/)
+ print typeof(@/xxx/)
print typeof(3)
print x
}