Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / mult.c
CommitLineData
34e49164
C
1// doesn't match
2
3int main() {
4 xxx(27);
5 goo(27);
6}