Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CXX/temp/temp.param/
Dp7.cpp124 template<typename T> struct BadExtType { T t; }; // cxx20-note 2{{has a non-static data member of n… struct
125 template<BadExtType<_Atomic float> > struct AtomicFloatField; // cxx17-error {{cannot have type}} c…
126 template<BadExtType<_Atomic int> > struct AtomicInt; // cxx17-error {{cannot have type}} cxx20-erro…