improve tests, new ms types test
[cparser] / parsetest / doublewide.c
1 #include <wchar.h>
2
3 int main(void) {
4         wprintf(L"Ha" L"llo");
5         return 0;
6 }