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

11 lines
86 B
Plaintext

FUNC INT main() {
PRINT "a"
RETURN 0
}
FUNC INT main() {
PRINT "a"
RETURN 0
}