Initial commit
This commit is contained in:
10
tests/testlevelerror/test_decl_scope.vsl
Normal file
10
tests/testlevelerror/test_decl_scope.vsl
Normal file
@@ -0,0 +1,10 @@
|
||||
FUNC INT main() {
|
||||
{
|
||||
INT i
|
||||
i := 3
|
||||
PRINT i
|
||||
}
|
||||
PRINT i
|
||||
RETURN 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user