ack/lang/cem/ctest/ctill/noarg.c

11 lines
177 B
C
Raw Normal View History

char rcs_id[] = "$Header$" ;
1985-02-06 21:25:27 +00:00
main() {
none() ;
printf("Undetected: declaration of argument not present in argument list\n") ;
return 1 ;
}
int name ;
none() int name ; { }