Initial revision

This commit is contained in:
em
1985-02-06 21:25:27 +00:00
parent d7abe0e8b6
commit 0ff3a17f5e
78 changed files with 6131 additions and 0 deletions

View 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
View File

@@ -0,0 +1,2 @@
echo ----- A missing argument error should be reported
make "P=noarg" -fsk ../makefile ${1-gen}