home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / castoolk / atest.c < prev    next >
Encoding:
Text File  |  1989-12-01  |  46 b   |  6 lines

  1. int test[] = {1};
  2. main()
  3. {
  4. *test = 5;
  5. }
  6.