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