Author
anonymous
over 6 years ago
C++
gcc 8.2.0
$ g++ prog.cc -Wall -Wextra -std=c++11 -pedantic
prog.cc: In function 'constexpr int test(int, int)': prog.cc:4:1: error: body of 'constexpr' function 'constexpr int test(int, int)' not a return-statement } ^