blob: cb0185414afedc332241cb206afd6c05f699f478 [file] [log] [blame]
// { dg-do compile { target c++14 } }
// { dg-additional-options "-Wno-return-type" }
constexpr int f (int i)
{
}
constexpr int i = f(42); // { dg-error "flows off the end|in .constexpr. expansion of " }