summaryrefslogtreecommitdiff
path: root/travis/test/br2222615.asm
blob: 612917471e737bacaf185d335cb4d006a85def09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%macro bluttan 0
	nop
%endmacro

%ifnmacro bluttan
	%error "bluttan is a macro"
%endif

%ifmacro blej
	%error "blej is not a macro"
%endif

%ifdef ERROR
	%ifnmacro
	%endif
%endif