Initial commit
This commit is contained in:
5
tests/testlevel3/level3tab1.vsl
Normal file
5
tests/testlevel3/level3tab1.vsl
Normal file
@@ -0,0 +1,5 @@
|
||||
FUNC VOID main() {
|
||||
INT x, t[3]
|
||||
READ t[0],t[1],t[2]
|
||||
PRINT t[0], t[1], t[2]
|
||||
}
|
||||
Reference in New Issue
Block a user