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