main.c (75B)
1 #if A == 1 2 3 #include "external.h" 4 5 int main() { 6 return zero(); 7 } 8 9 #endif 10