ack/lang/cem/ctest/ctill/noarg.c
1985-02-06 21:25:27 +00:00

9 lines
147 B
C

main() {
none() ;
printf("Undetected: declaration of argument not present in argument list\n") ;
return 1 ;
}
int name ;
none() int name ; { }