Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / ext / utf-typedef-cxx98.C
blob8922856c2e20493aa5c273ac9717e94f729f5cea
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" } */
6 typedef short unsigned int      char16_t;
7 typedef unsigned int            char32_t;