2 // Origin: jbrandmeyer at users dot sourceforge dot net
3 // PR c++/12573: COMPONENT_REFs must be inspected for dependness.
4 // Or, more specifically OFFSETOF.
6 template <bool> struct S;
8 template <typename K> struct Y {
12 template <class T> struct Z {
13 S< (bool)(__builtin_offsetof (Y<T>*, x) == 0) >