rework crossref test

This commit is contained in:
Ian Lance Taylor
1996-08-01 18:33:47 +00:00
parent bc4c9b927b
commit c1ebd1ce17
6 changed files with 56 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
int i = 4;
int
foo ()
{
return i;
}