mise à jour des tests
This commit is contained in:
11
tests/testSemanticError/test_decl_scope2.vsl
Normal file
11
tests/testSemanticError/test_decl_scope2.vsl
Normal file
@@ -0,0 +1,11 @@
|
||||
FUNC VOID f() {
|
||||
INT i
|
||||
i := 2
|
||||
}
|
||||
|
||||
FUNC INT main() {
|
||||
f()
|
||||
PRINT i
|
||||
RETURN 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user