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