From 4af5176d6377958a457da3e5f671ce21540fad70 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 18 Aug 2024 20:48:27 +0300 Subject: add tests and fixes on top of 674438 --- tests/blit/blit.qbt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/blit/blit.qbt (limited to 'tests/blit/blit.qbt') diff --git a/tests/blit/blit.qbt b/tests/blit/blit.qbt new file mode 100644 index 0000000..b8fa0d3 --- /dev/null +++ b/tests/blit/blit.qbt @@ -0,0 +1,9 @@ +main() +{ + /* alloc */ + i27 a = ^ 16; + i27 b = ^ 16; + /* blit */ + b <<* 16 a; + => (); +} -- cgit v1.3