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