1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/MC/COFF/safeseh.s

7 lines
150 B
ArmAsm
Raw Normal View History

// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s
// check that we quote the output of .safeseh
.safeseh "\01foo"
// CHECK: .safeseh "\01foo"