From 9255b5136992c2c1dee2fd11b9d2a389b377162d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 4 Oct 2016 15:01:34 -0700 Subject: [PATCH] test: simple pragma preprocessor test Simple test to examine the preprocessor output from %pragma. Signed-off-by: H. Peter Anvin --- test/pragma.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/pragma.asm diff --git a/test/pragma.asm b/test/pragma.asm new file mode 100644 index 00000000..d794a896 --- /dev/null +++ b/test/pragma.asm @@ -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 + + -- 2.11.4.GIT