predicate aware uninitialized analysis
[official-gcc.git] / gcc / testsuite / g++.dg / ext / attrib25.C
blobaeffdffe30a7ff4fe6c7b099366c01cc0e4abd32
1 // PR c++/28559
3 template<typename T> struct A
5   struct B;
6 };
8 struct C
10   template<typename T> friend struct __attribute__((packed)) A<T>::B; // { dg-warning "uninstantiated" }