summaryrefslogtreecommitdiff
path: root/tnslc/file.tnsl
blob: 0b24aea6545e8993184cd56f8edb0e4993d14ee8 (plain)
1
2
3
4
5
6
7
8
9
struct File {
	int i
}

/; method File
	/; init (~uint8 str)
	;/

;/