12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
(* TEST: [-asc -tc -cg -ir] *)
|
|
|
|
#include "std.alpha"
|
|
|
|
entry (arg) := {
|
|
[integer:x; integer:y]
|
|
|
|
x := 3;
|
|
y := -x;
|
|
|
|
return y;
|
|
} |