ack/lang/cem/ctest/ctill/noarg.c
em 04e454d3c6 Added RCS id.
Adapted to use the NOFLOAT cpp flag.
1985-02-15 14:20:04 +00:00

11 lines
177 B
C

char rcs_id[] = "$Header$" ;
main() {
none() ;
printf("Undetected: declaration of argument not present in argument list\n") ;
return 1 ;
}
int name ;
none() int name ; { }