mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-19 18:00:23 +08:00
test: simple pragma preprocessor test
Simple test to examine the preprocessor output from %pragma. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
bc7f4fe275
commit
9255b51369
10
test/pragma.asm
Normal file
10
test/pragma.asm
Normal file
@ -0,0 +1,10 @@
|
||||
%pragma
|
||||
%pragma bluttan
|
||||
%pragma bluttan blej
|
||||
%pragma "Hej tomtegubbar"
|
||||
%define PR asm foobar
|
||||
%pragma PR
|
||||
%pragma preproc
|
||||
%pragma preproc tjo fidelittan
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user