2024-02-21 14:52:47 +03:00

8 lines
71 B
C++

int foo() noexcept {
return 0;
}
int main() {
return foo();
}