void-return.cpp 51 Bytes
Newer Older
one's avatar
one committed
1
2
3
4
5
6
7
void f() {}

int main()
{
    f();
    return 0;
}