test_preprocessor_include.cmn 264 B

1234567891011121314
  1. # test for both includes and preprocessor
  2. [ ~"test_preprocessor.cmn" ] # include in preprocessing code
  3. [0 ?]
  4. ~"nonexistence_file.cmn" # shouldn't be reached
  5. [.]
  6. 10 ->
  7. ~"test_include.cmn" # include in underlying code
  8. 0 10 "ALL SEEMS OK" -->