main()1 int main() {
2   const char *s = u8"��";
3   return 0; // break here
4 }
5