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];
6