forked from OSchip/llvm-project
parent
e2ff483afd
commit
0f55fd9f33
|
@ -5,9 +5,9 @@ extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1,
|
|||
int main() {
|
||||
NSLog(@"Hi…");
|
||||
NSLog(@"Exposé");
|
||||
// FIXME: the following 2 are still not working (will investigate).
|
||||
NSLog(@"\U00010400\U0001D12B");
|
||||
// FIXME: the following is still not working (will investigate).
|
||||
//NSLog(@"hello \u2192 \u2603 \u2190 world");
|
||||
//NSLog(@"\U00010400\U0001D12B");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue