6e7f54de77c4a3335027250f4820d8798046a569
[cparser] / lvalue.c
1 int a, b;
2
3 int main(void) {
4         a + b = 20;
5         return 0;
6 }