mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
31202c91fa
This fixes PR24107. llvm-svn: 242050
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"
|