8 lines · c
1// RUN: cat %s | %clang -emit-llvm -g -S \2// RUN: -Xclang -main-file-name -Xclang test/foo.c -x c - -o - | FileCheck %s3// CHECK: ; ModuleID = 'test/foo.c'4// CHECK: source_filename = "test/foo.c"5// CHECK: !DIFile(filename: "test/foo.c"6 7int main(void) {}8