Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / parsing_pad.c
1 #ifdef SIGALRM
2 #if defined(__STDC__) || defined(sgi) || defined(_AIX)
3 #define SIGRETTYPE void*
4 #else
5 #define SIGRETTYPE int*
6 #endif
7
8
9 SIGRETTYPE foo(void)
10 {
11 void x;
12
13 int x$y;
14 }