Release coccinelle-0.1
[bpt/coccinelle.git] / tests / paren1.c
1 int main () {
2 return (x) && y;
3 }