diff options
| -rw-r--r-- | lib/io/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/io/io.c b/lib/io/io.c index 41cd3e0..ed1ba14 100644 --- a/lib/io/io.c +++ b/lib/io/io.c @@ -44,7 +44,9 @@ void wstdf__(const char *buf, void **args) __wstdn(start, buf - start); } +#ifdef IO_LIB_UNIT_TEST int main() { void *args[] = { "hallo", "welt" }; wstdf__("%s %s\n", args); } +#endif |