llvm/lldb/test/API/lang/c/unicode/main.c

typedef void *foob\u00E1r;
foob\u00E1r X = 0;
int main() {
  return (long)X;
}