1 /**************************************/
2 /* Test function */
3 /* returns nothing */
4 
5 int
test(A)6 test(A)
7 int A; /* A parameter */
8 {
9 }
10