From 6b5838f72fe535afb542e888d7d2d2da3571bea2 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Feb 2024 17:47:39 +0200 Subject: initial commit + Now to do the actual hard parts, heh --- tests/1.qbt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/1.qbt (limited to 'tests') diff --git a/tests/1.qbt b/tests/1.qbt new file mode 100644 index 0000000..e45553a --- /dev/null +++ b/tests/1.qbt @@ -0,0 +1,12 @@ +/* this is a function of some kind */ +do_stuff (i27 a0, i27 a1 => i27,,) +{ + i27 r0 = a0 + a1; + /* r0 is reassigned */ + (i27 r0, i27 r1,) = &do_more_stuff (r0, i9 29); + r0 < r1 -> somewhere_else; + => (r1,,); + + somewhere_else: + => (r0,,); +} -- cgit v1.3