tests/gcc_include_next.c
2024-03-10 15:57:35 +01:00

7 lines
75 B
C

#include_next "stdio.h"
signed main() {
puts("seriously?");
return 0;
}