Big testing update
This commit is contained in:
10
tests/sprint4/test/sp4_cg_equal_to.alpha
Normal file
10
tests/sprint4/test/sp4_cg_equal_to.alpha
Normal file
@ -0,0 +1,10 @@
|
||||
type main: integer -> integer
|
||||
function test: main
|
||||
|
||||
test (a) := {
|
||||
[Boolean: b; integer: x; integer: y]
|
||||
x := 1;
|
||||
y := 2;
|
||||
b := x = y;
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user