Searched refs:const_expr (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}} variable
146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
147 __decltype(const_expr) decl_type2 = 0; // ok

Completed in 166 milliseconds