468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
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"
|