1 // RUN: %clang_cc1 -triple x86_64-apple-macosx -emit-llvm -debug-info-kind=limited -stdlib=libc++ -fblocks -fexceptions -x objective-c++ -o - %s | FileCheck %s
3 // Verify that all invoke instructions have a debug location.
4 // Literally: There are no unwind lines that don't end with ", (!dbg 123)".
5 // CHECK-NOT: {{to label %.* unwind label [^,]+$}}
7 void block(void (^)(void));
13 void baz(void const *const) {}