1 // RUN: %clang -emit-llvm -S -g %s -o - | FileCheck %s
3 // There are no lexical blocks, but we need two DILexicalBlockFiles to
4 // correctly represent file info.
16 // CHECK-NOT: !DILexicalBlock
17 // CHECK: !DILexicalBlockFile({{.*}}file: ![[MH:[0-9]+]]
18 // CHECK: !DIFile(filename: "m.h"
19 // CHECK: !DILexicalBlockFile({{.*}}file: ![[MC:[0-9]+]]
20 // CHECK: !DIFile(filename: "m.c"
21 // CHECK-NOT: !DILexicalBlock