e19d552987
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
7 lines
150 B
ArmAsm
7 lines
150 B
ArmAsm
// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s
|
|
|
|
// check that we quote the output of .safeseh
|
|
|
|
.safeseh "\01foo"
|
|
// CHECK: .safeseh "\01foo"
|