summaryrefslogtreecommitdiff
path: root/tolua/src/tests/t.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'tolua/src/tests/t.pkg')
-rw-r--r--tolua/src/tests/t.pkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/tolua/src/tests/t.pkg b/tolua/src/tests/t.pkg
new file mode 100644
index 0000000..a8d2b02
--- /dev/null
+++ b/tolua/src/tests/t.pkg
@@ -0,0 +1,3 @@
+$typedef T* M;
+
+M* f ();