blob: bfe247055a128dd11a9fdc349cbd6e22860ca15c [file]
[[nodiscard]] int foo(void) {
return 0;
}
int main(void) {
return foo();
}