aboutsummaryrefslogtreecommitdiff
path: root/clang/test/InterfaceStubs/indirect-field-decl.cpp
blob: 8c34ff9a9f3f7950b8a1d37f68e4438b5be0f483 (plain)
1
2
3
4
5
6
7
8
9
// RUN: %clang_cc1 -o - -emit-interface-stubs %s | FileCheck %s

// CHECK:      --- !ifs-v1
// CHECK-NEXT: IfsVersion: 3.0
// CHECK-NEXT: Target:
// CHECK-NEXT: Symbols:
// CHECK-NEXT: ...

template<typename T> class C2 { union { T c; }; };