aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/45 vscpp17/main.cpp
blob: bfe247055a128dd11a9fdc349cbd6e22860ca15c (plain)
1
2
3
4
5
6
7
[[nodiscard]] int foo(void) {
    return 0;
}

int main(void) {
    return foo();
}