home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / avoid-globals.c next >
Encoding:
C/C++ Source or Header  |  1993-02-10  |  62 b   |  8 lines  |  [TEXT/MPS ]

  1. #include <Types.h>
  2.  
  3. void
  4. foo(void)
  5. {
  6.     Rect r = {0,0,16,16};
  7. }
  8.