coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / lvalue.res
CommitLineData
34e49164 1int main() {
faf9a90c 2 f(x) = f(x) + 1;
34e49164
C
3 *f(x) = 12; // or maybe f(x) has to be in parens?
4}