llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/unicode-string/main.m

6 lines
149 B
Objective-C

#import <Foundation/Foundation.h>
int main() {
NSLog(@""); //% self.expect("po @\"凹\"", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["凹"])
}