8 lines
71 B
C++
8 lines
71 B
C++
int foo() noexcept {
|
|
return 0;
|
|
}
|
|
|
|
int main() {
|
|
return foo();
|
|
}
|