OSDN Git Service

2005-02-15 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / symbian4.c
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* Check that wchar_t is a 2-byte type.  */
3
4 extern int i[sizeof (L'a')];
5 int i[2];