Searched refs:X2k (Results 1 – 1 of 1) sorted by relevance
36 template <const int &p> struct X2k { }; // expected-note {{here}} struct69 X2k<ki> x2kc; // expected-warning {{internal linkage is a C++11 extension}} in test()70 …X2k<&ki> x2kc_addr; // expected-error {{address taken}} expected-warning {{internal linkage is a C… in test()