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