1 /* Origin: PR c/128 from Martin Sebor <sebor@roguewave.com>, adapted
2 as a testcase by Joseph Myers <jsm28@cam.ac.uk>.
4 /* Character arrays initialised by a string literal must have
5 uninitialised elements zeroed. This isn't clear in the 1990
6 standard, but was fixed in TC2 and C99; see DRs #060, #092.
8 extern void abort (void);