brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 20ef991 Raw
7 lines · plain
1STRINGTABLE {2  // One can't pass UTF-8 sequences via multiple escaped chars - in narrow3  // strings in UTF-8 mode, only ASCII chars can be entered via escapes.4  1 "åäö © \x61"5  2 L"åäö © \xe5\xe4\366 \251"6}7