7 lines · c
1// RUN: %clang -target x86_64-pc-win32 -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=WIN %s2// RUN: %clang -target x86_64-linux-gnu -ffile-reproducible -emit-llvm -S -g %s -o - | FileCheck --check-prefix=LINUX %s3int main() { return 0; }4 5// WIN: !DIFile(filename: "{{.*}}\\slash.c"6// LINUX: !DIFile(filename: "{{.*}}/slash.c"7