/* * author: nutz, 03.02.2014 */ int foo(int x) { return 0; } int main() { int a = 1, i = foo(3); }