view lldb/test/API/functionalities/data-formatter/cstring-utf8-summary/main.cpp @ 227:21e6aa2e49ef

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 19 Jul 2021 06:57:16 +0900
parents 0572611fdcc8
children
line wrap: on
line source

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