xref: /minix3/external/bsd/llvm/dist/clang/test/CXX/lex/lex.trigraph/p3.cpp (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -ftrigraphs -Wtrigraphs -verify %s
2f4a2713aSLionel Sambuc // expected-no-diagnostics
3f4a2713aSLionel Sambuc 
4f4a2713aSLionel Sambuc char a[] =
5f4a2713aSLionel Sambuc "?? ??\"??#??$??%??&??*??+??,??.??0??1??2??3??4??5??6"
6f4a2713aSLionel Sambuc "??7??8??9??:??;?????@??A??B??C??D??E??F??G??H??I??J"
7f4a2713aSLionel Sambuc "??K??L??M??N??O??P??Q??R??S??T??U??V??W??X??Y??Z??["
8f4a2713aSLionel Sambuc "??\\??]??^??_??`??a??b??c??d??e??f??g??h??i??j??k??l"
9f4a2713aSLionel Sambuc "??m??n??o??p??q??r??s??t??u??v??w??x??y??z??{??|??}??~";
10