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