llvm/lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/main.cpp

int main() {
  const char *s = u8"🔥";
  return 0; // break here
}