Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / ctest / ctill / noarg.c
1 /*
2  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3  * See the copyright notice in the ACK home directory, in the file "Copyright".
4  */
5 char rcs_id[] = "$Id: noarg.c,v 2.3 1994/06/24 12:09:05 ceriel Exp $" ;
6
7 main() {
8         none() ;
9         printf("Undetected: declaration of argument not present in argument list\n") ;
10         return 1 ;
11 }
12
13 int name ;
14 none() int name ; { }