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