br3074517.asm 239 B

12345678910111213
  1. ;%define UNDEFINED
  2. %macro macro 0
  3. %ifndef UNDEFINED
  4. %rep 1
  5. %fatal This should display "fatal: (m:3)"
  6. %endrep
  7. %endif
  8. %fatal This should display "fatal: (m:6)" if 'UNDEFINED' defined
  9. %endmacro
  10. macro