04e454d3c6
Adapted to use the NOFLOAT cpp flag.
11 lines
177 B
C
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 ; { }
|