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