foo_pp.F 123 B

12345678
  1. program main
  2. #ifdef USEFOO
  3. print *,'FOO'
  4. #else
  5. print *,'HELLO'
  6. #endif
  7. end