aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/replaced.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/replaced.c')
-rw-r--r--src/malloc/replaced.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/malloc/replaced.c b/src/malloc/replaced.c
index 07fce61e..98968616 100644
--- a/src/malloc/replaced.c
+++ b/src/malloc/replaced.c
@@ -2,3 +2,11 @@
int __malloc_replaced;
int __aligned_alloc_replaced;
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif