cbc/test/invalidstmt1.cb

12 lines
84 B
Plaintext

struct st {
int x;
};
int
main(void)
{
struct st s;
s;
return 0;
}