Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / com.c
CommitLineData
fc1ad971
C
1int main() {
2 foo();
3 /* a comment */
4 foo();
5 /* a comment */
6 foo();
7 bar();
8}