fuhsnn / slimcc

C11 compiler with GNU extensions for x86-64 Linux, working towards C23
MIT License
39 stars 6 forks source link

Statement expression with member access postfix #34

Closed fuhsnn closed 1 year ago

fuhsnn commented 1 year ago
struct { int i; } s;
({ s; }).i;