Michael Hansen
10 years ago
4 changed files with 19 additions and 4 deletions
@ -0,0 +1,6 @@
|
||||
constexpr int foo() { return 5; } |
||||
|
||||
int main(int, char **) |
||||
{ |
||||
return foo(); |
||||
} |
Loading…
Reference in new issue