diff options
Diffstat (limited to 'test/MC/COFF/safeseh.s')
-rw-r--r-- | test/MC/COFF/safeseh.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/MC/COFF/safeseh.s b/test/MC/COFF/safeseh.s new file mode 100644 index 000000000000..d21628daff5f --- /dev/null +++ b/test/MC/COFF/safeseh.s @@ -0,0 +1,6 @@ +// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s + +// check that we quote the output of .safeseh + +.safeseh "\01foo" +// CHECK: .safeseh "\01foo" |