2 compoundstmt.c: (in function main)
3 compoundstmt.c:9:3: Assignment of void value to int: j = ({ int __tmp;
4 __tmp = (5); fvoid(); })
5 compoundstmt.c:5:15: Parameter argc not used
6 compoundstmt.c:5:28: Parameter argv not used
8 Finished checking --- 3 code warnings, as expected