aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test3.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-09-14 11:06:06 +0200
committerlemon <lsof@mailbox.org>2025-09-14 11:07:11 +0200
commit92c6943fa81145050b083348831a03154be2210c (patch)
treec15a17756c04f87ed1ad00ca510273cc348590af /test/test3.c
parenta95e385217841da91c3e44674dbaa95fb613a153 (diff)
regalloc.c cleanup
Diffstat (limited to 'test/test3.c')
-rw-r--r--test/test3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test3.c b/test/test3.c
index b99a543..0f84bba 100644
--- a/test/test3.c
+++ b/test/test3.c
@@ -31,7 +31,6 @@ bscopy(struct bitset dst[/*siz*/], const struct bitset src[/*siz*/], unsigned si
}
-#if 0
long test(long x) {
return x + (long)"abc";
}
@@ -48,4 +47,3 @@ void testss() {
long fma(long x, long y) {
return x + (y <<1) - 2147483648;}
-#endif