🤯🤯🤯🤯🤯🤯🤯🤯🤯
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
(* TEST: [-asc -tc -cg -ir] *)
|
||||
type main: integer -> integer
|
||||
function test: main
|
||||
|
||||
test (a) := {
|
||||
[Boolean: b; integer: x; integer: y]
|
||||
character x := 1;
|
||||
#include "std.alpha"
|
||||
|
||||
entry (arg) := {
|
||||
[Boolean: b; integer: x; integer: y]
|
||||
|
||||
x := 1;
|
||||
y := 2;
|
||||
b := x < y;
|
||||
return 1;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user