1 2 3 4 5 6 7 8 9
#include"input_src.h" int main(void) { void *foo = printf; if(foo) { return 0; } return 1; }