Initial revision
This commit is contained in:
8
lang/cem/ctest/ctill/noarg.c
Normal file
8
lang/cem/ctest/ctill/noarg.c
Normal file
@@ -0,0 +1,8 @@
|
||||
main() {
|
||||
none() ;
|
||||
printf("Undetected: declaration of argument not present in argument list\n") ;
|
||||
return 1 ;
|
||||
}
|
||||
|
||||
int name ;
|
||||
none() int name ; { }
|
||||
2
lang/cem/ctest/ctill/run
Executable file
2
lang/cem/ctest/ctill/run
Executable file
@@ -0,0 +1,2 @@
|
||||
echo ----- A missing argument error should be reported
|
||||
make "P=noarg" -fsk ../makefile ${1-gen}
|
||||
Reference in New Issue
Block a user