diff --git a/tests/sprint4/test/sp4_cg_demo.alpha~ b/tests/sprint4/test/sp4_cg_demo.alpha~ deleted file mode 100644 index 6f69389..0000000 --- a/tests/sprint4/test/sp4_cg_demo.alpha~ +++ /dev/null @@ -1,8 +0,0 @@ -type main: string -> integer -function entry: main - -entry(arg) := { - [integer:x] - x := 3 + 2 * 8; - return 0; - } \ No newline at end of file