int test() { return 0; } int main() { int x = test(); return x; }