279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
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"
|