Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / lvalue.c
1 int main() {
2 x = x + 1;
3 *x = 12;
4 }