Files
tp2-vsl-pds/tests/testlevelerror/test_func_redecl.vsl
Dimitri Lajou 7114c0e978 Initial commit
2025-03-21 17:26:31 +01:00

11 lines
86 B
Plaintext

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