aboutsummaryrefslogtreecommitdiffstats
path: root/test/rebuild.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/rebuild.awk')
-rw-r--r--test/rebuild.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rebuild.awk b/test/rebuild.awk
new file mode 100644
index 00000000..7320f192
--- /dev/null
+++ b/test/rebuild.awk
@@ -0,0 +1,5 @@
+{
+ $1 = "test"
+ print $0
+ print typeof($2)
+}