mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 18:55:58 +01:00
8 lines
71 B
C++
8 lines
71 B
C++
int foo() noexcept {
|
|
return 0;
|
|
}
|
|
|
|
int main() {
|
|
return foo();
|
|
}
|