blob: 7a5b4908adc5b71e30316d5a389992c726ca9bdc [file] [log] [blame]
// { dg-do compile { target c++1y } }
constexpr auto f() { return (char)42; }
#define SA(X) static_assert ((X),#X)
SA (f() == 42);