Import from 4.4Lite

This commit is contained in:
glass 1995-03-26 19:59:38 +00:00
parent 4ab05d0471
commit 4815485ee6

View File

@ -1,5 +1,6 @@
int bar = (1 + 5);
FOO("here is a #define test: ) {");
char sysent[20];
int nsysent = sizeof (sysent) / sizeof (sysent[0]);
/*
@ -61,3 +62,6 @@ typedef unsigned char u_char;
routine3
(one,
two) { puts("world\n"); }
routine4(int one, char (*two)(void)) /* test ANSI arguments */
{
}