mise à jour des tests
This commit is contained in:
6
tests/fragment1/assign2.vsl
Normal file
6
tests/fragment1/assign2.vsl
Normal file
@@ -0,0 +1,6 @@
|
||||
FUNC INT main() {
|
||||
INT x, y
|
||||
x := 1
|
||||
y := x
|
||||
RETURN y
|
||||
}
|
||||
Reference in New Issue
Block a user