diff options
Diffstat (limited to 'tests/preprocessor/special-macro-simple.slang')
| -rw-r--r-- | tests/preprocessor/special-macro-simple.slang | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/preprocessor/special-macro-simple.slang b/tests/preprocessor/special-macro-simple.slang new file mode 100644 index 000000000..e6e823475 --- /dev/null +++ b/tests/preprocessor/special-macro-simple.slang @@ -0,0 +1,7 @@ +//DIAGNOSTIC_TEST:SIMPLE:-E + +//__LINE__ and __FILE__ support + +__LINE__ + +__FILE__ |
