brintos

brintos / llvm-project-archived public Read only

0
0
Text · 69 B · c1e8bcf Raw
5 lines · cpp
1int main() {2  const char *s = u8"🔥";3  return 0; // break here4}5