1 // REQUIRES: x86-registered-target
3 // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcxx-exceptions -o - -emit-interface-stubs %s | FileCheck %s
6 // CHECK-NEXT: IfsVersion: 3.0
7 // CHECK-NEXT: Target: x86_64-unknown-linux-gnu
8 // CHECK-NEXT: Symbols:
9 // CHECK-NEXT: - { Name: "_Z1fv", Type: Func }
13 void f() { try {} catch(C5
&){} }