Import from 4.4Lite
This commit is contained in:
parent
4ab05d0471
commit
4815485ee6
@ -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 */
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user