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