aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile16.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile16.ok')
-rw-r--r--test/profile16.ok18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/profile16.ok b/test/profile16.ok
new file mode 100644
index 00000000..b954b1c5
--- /dev/null
+++ b/test/profile16.ok
@@ -0,0 +1,18 @@
+BEGIN {
+ foo::foo_bar()
+ foofoo::xxx()
+}
+
+
+@namespace "foo"
+
+
+function foo_bar()
+{
+ print "foo::foo_bar"
+}
+
+function foofoo::xxx()
+{
+ print "foofoo::xxx"
+}