aboutsummaryrefslogtreecommitdiff
path: root/src/misc/a64l.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/a64l.c')
-rw-r--r--src/misc/a64l.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/misc/a64l.c b/src/misc/a64l.c
index 60557710..c20a3b24 100644
--- a/src/misc/a64l.c
+++ b/src/misc/a64l.c
@@ -27,3 +27,11 @@ char *l64a(long x0)
*p = 0;
return s;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif