1// RUN: llvm-mc -triple i686-pc-win32 %s | FileCheck %s2 3// check that we quote the output of .safeseh4 5.safeseh "\\foo"6// CHECK: .safeseh "\\foo"7