🤯🤯🤯🤯🤯🤯🤯🤯🤯
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
(* TEST: [-asc -tc -cg -ir] *)
|
||||
type main: integer -> integer
|
||||
function test: main
|
||||
|
||||
test (a) := {
|
||||
[Boolean: c; Boolean: d]
|
||||
c := true;
|
||||
d := !c;
|
||||
return 1;
|
||||
#include "std.alpha"
|
||||
|
||||
entry (arg) := {
|
||||
[Boolean: c; Boolean: d]
|
||||
|
||||
c := true;
|
||||
d := !c;
|
||||
|
||||
return 1;
|
||||
}
|
Reference in New Issue
Block a user