1 // RUN: %clang_cc1 %std_cxx98- -fcxx-exceptions -fexceptions -Wno-dynamic-exception-spec %s -triple=i686-unknown-linux -emit-llvm -o - | FileCheck %s
4 void foo() throw (Array
) {
7 // CHECK-NEXT: filter {{.*}} @_ZTIPi
11 void foo() throw (S
[10]) {
18 void foo() throw (T
) {
27 // CHECK-NEXT: filter {{.*}} @_ZTIP1S
32 // CHECK-NEXT: filter {{.*}} @_ZTIPi