main.c 61 B

12345678
  1. #include "config.h"
  2. #if A
  3. int main() {
  4. return 0;
  5. }
  6. #endif