This commit is contained in:
Scarlett
2025-05-04 18:41:02 -04:00
parent 8c6372fcfd
commit 3f7c79b801
3 changed files with 86 additions and 6 deletions

View File

@ -1,11 +1,9 @@
(* TEST: [-asc -tc -cg -ir] *)
#include "alpha.h"
#include "alpha.h2"
#include "alpha.h3"
type main: integer -> integer
function test: main
type main: string -> integer
function entry: main
test (a) := {
entry (arg) := {
[integer:x; integer:y]
y := 1;
x := 3;