Files
tp2-vsl-pds/tests/testSemanticError/test_incompat_proto2.vsl
2025-03-27 14:18:48 +01:00

11 lines
92 B
Plaintext

PROTO VOID fact()
FUNC INT main() {
INT i, j
RETURN 0
}
FUNC INT fact() {
RETURN 1
}