coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / trailwhite.c
1 int main() {
2 if (rep.nEvents) {
3 if (! (tc = (XTimeCoord *)
4 Xmalloc( (unsigned)
5 (nbytes = (long) rep.nEvents * sizeof(XTimeCoord))))) {
6 return;
7 }
8 }
9 }