OSDN Git Service

2009-07-17 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / utf-typedef-cxx98.C
1 /* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
2 /* Ensure that a typedef to char16_t/char32_t is fine in c++98. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c++98" } */
5
6 typedef short unsigned int      char16_t;
7 typedef unsigned int            char32_t;