Ignore:
Timestamp:
Jun 6, 2003, 11:10:30 PM (22 years ago)
Author:
bird
Message:

More testing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/456/simple.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r301 r302  
    11static int  fileglobal = 2;
    22int         realglobal = 1;
     3
    34
    45int foo(int i, int j)
     
    2223}
    2324
     25void stub(void)
     26{
     27}
    2428
    2529void main(int argc, char **argv)
     
    2731    foo(1, 2);
    2832    bar(1, 2);
     33    stub();
    2934}
Note: See TracChangeset for help on using the changeset viewer.