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

5 lines
53 B
Plaintext

FUNC INT main() {
INT x
x := 1
RETURN x
}