Home
last modified time | relevance | path

Searched refs:XInt (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp2.cpp26 typedef X0<int> XInt; typedef
28 template struct XInt::Inner; // expected-warning{{template-id}}
29 template void XInt::f(); // expected-warning{{template-id}}
30 template int XInt::value; // expected-warning{{template-id}}