view nasmbuild/nasm-2.13rc9/test/br3074517.asm @ 10714:0350bdce1ab8

<rdococ> revert
author HackBot
date Sun, 16 Apr 2017 15:59:43 +0000
parents 587a0a262d22
children
line wrap: on
line source

;%define UNDEFINED
%macro macro 0
    %ifndef UNDEFINED
        %rep 1
            %fatal This should display "fatal: (m:3)"
        %endrep
    %endif
    %fatal This should display "fatal: (m:6)" if 'UNDEFINED' defined
%endmacro

macro