bolt/deps/llvm-18.1.8/lldb/test/API/lang/c/unicode/main.c

6 lines
79 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
typedef void *foob\u00E1r;
foob\u00E1r X = 0;
int main() {
return (long)X;
}