aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test3.c
diff options
context:
space:
mode:
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