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;
8