aboutsummaryrefslogtreecommitdiffstats
path: root/test/nsprof1.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/nsprof1.ok')
-rw-r--r--test/nsprof1.ok19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/nsprof1.ok b/test/nsprof1.ok
new file mode 100644
index 00000000..eacc2707
--- /dev/null
+++ b/test/nsprof1.ok
@@ -0,0 +1,19 @@
+@namespace "foo"
+
+BEGIN {
+ a = 5
+ a++
+ print a
+}
+
+/foo/ {
+ print "bar"
+}
+
+@namespace "stuff"
+
+
+function stuff()
+{
+ print "stuff"
+}