File indexing completed on 2024-05-26 04:43:02

0001 #include <QChar>
0002 int main()
0003 {
0004     QChar c('k');
0005     return 0;
0006 }