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

6 lines
67 B
Plaintext

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