1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -debug-info-kind=limited %s | FileCheck %s
5 // Check to make sure that we emit the block for the break so that we can count the line.
6 // CHECK: sw.bb: ; preds = %entry
7 // CHECK: br label %sw.epilog, !dbg !
9 extern int atoi(const char *);