xref: /aosp_15_r20/external/llvm/test/MC/COFF/safeseh.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s
2
3// check that we quote the output of .safeseh
4
5.safeseh "\01foo"
6// CHECK: .safeseh "\01foo"
7