(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-empty.C
// { dg-do compile { target c++11 } }

struct Empty {};

constexpr bool f(Empty) { return true; }

constexpr bool x(f(Empty{}));