#include int f(int x) { return 0; } int x = 5; int main() { return x(f); }