Changeset 302 for trunk/testcase/456/simple.c
- Timestamp:
- Jun 6, 2003, 11:10:30 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/456/simple.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r301 r302 1 1 static int fileglobal = 2; 2 2 int realglobal = 1; 3 3 4 4 5 int foo(int i, int j) … … 22 23 } 23 24 25 void stub(void) 26 { 27 } 24 28 25 29 void main(int argc, char **argv) … … 27 31 foo(1, 2); 28 32 bar(1, 2); 33 stub(); 29 34 } -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.