summaryrefslogtreecommitdiff
path: root/tnslc/file.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/file.tnsl')
-rw-r--r--tnslc/file.tnsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/tnslc/file.tnsl b/tnslc/file.tnsl
index e69de29..0b24aea 100644
--- a/tnslc/file.tnsl
+++ b/tnslc/file.tnsl
@@ -0,0 +1,9 @@
+struct File {
+ int i
+}
+
+/; method File
+ /; init (~uint8 str)
+ ;/
+
+;/