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