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