2 RUN: mkdir -p %t-dir/header/Inputs
3 RUN: cp %S/Inputs/debug-info-slash.cpp %t-dir/
4 RUN: cp %S/Inputs/debug-info-slash.h %t-dir/header/Inputs
6 RUN: %clang -target x86_64-pc-win32 -emit-llvm -S -g %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=WIN %s
7 RUN: %clang -target x86_64-linux-gnu -emit-llvm -S -g %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=LINUX %s
9 WIN: lambda at header\\Inputs\\debug-info-slash.h
10 LINUX: lambda at header/Inputs/debug-info-slash.h