1*9880d681SAndroid Build Coastguard Worker// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Worker// check that we quote the output of .safeseh 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Worker.safeseh "\01foo" 6*9880d681SAndroid Build Coastguard Worker// CHECK: .safeseh "\01foo" 7