Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / lvalue.res
1 int main() {
2 f(x) = f(x) + 1;
3 *f(x) = 12; // or maybe f(x) has to be in parens?
4 }