main.cpp 76 B

12345678
  1. [[nodiscard]] int foo() {
  2. return 0;
  3. }
  4. int main() {
  5. return foo();
  6. }