diff --git a/tests/hello.c b/tests/hello.c index da142a4..368a804 100644 --- a/tests/hello.c +++ b/tests/hello.c @@ -7,5 +7,6 @@ int main(void) { int len; + len = _printf("Hello world"); }