summaryrefslogtreecommitdiff
path: root/test cases/windows/17 cpp17/main.cpp
blob: 36e4156e43916a5a47977560fecabee9f92a8ed2 (plain)
1
2
3
4
5
6
7
[[nodiscard]] int foo() {
    return 0;
}

int main() {
    return foo();
}