home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / 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.