(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
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];