/* * Be sure that this library uses a function from libc. Otherwise, gcc is * smart enough not to link it with libc and we get more tags for missing * dependency lines. */ #include int foo(int num) { printf("%d\n", num); return num * 42; }