1 // RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm -std=c++11 -fcxx-exceptions -fexceptions -S -emit-llvm -o - %s | FileCheck %s
20 static Foo table
[] = {
24 // CHECK: define internal void @__cxx_global_var_init
25 // CHECK: invoke {{.*}} @_ZNSt6stringC1EPKc(
26 // CHECK-NOT: unreachable