9 lines
147 B
C
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 ; { }
|