Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / lvalue.c
CommitLineData
34e49164
C
1int main() {
2 x = x + 1;
3 *x = 12;
4}