1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited < %s | FileCheck %s
2 // Test to check number of lexical scope identified in debug info.
3 // CHECK: !DILexicalBlock(
4 // CHECK: !DILexicalBlock(
5 // CHECK: !DILexicalBlock(
6 // CHECK: !DILexicalBlock(
9 extern void foobar(void);