Author
anonymous
over 7 years ago
$
prog.c: In function 'func': prog.c:5:42: error: lvalue required as unary '&' operand printf("sizeof func = %zu\n", sizeof(&func())); ^