Home
last modified time | relevance | path

Searched defs:NonLitBase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/basic/basic.types/
H A Dp10.cpp109 struct NonLitBase : struct
113 constexpr int f(NonLitBase) { return 0; } // expected-error {{'NonLitBase' is not a literal type}} in f() argument