main.c 75 B

12345678910
  1. #if A == 1
  2. #include "external.h"
  3. int main() {
  4. return zero();
  5. }
  6. #endif