OSDN Git Service

* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
[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];