OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / symbian5.c
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* { dg-options "-fno-short-wchar" } */
3 /* Check that wchar_t is a 4-byte type when -fno-short-wchar is
4    used.  */
5
6 extern int i[sizeof (L'a')];
7 int i[4];
8