blob: 30ccc4cace203a4bb8389e6b4b070608ca54a10a [file] [log] [blame]
constexpr int foo()
{
return 0;
}
int main(int argc, char**)
{
return foo();
}