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