aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/unicode-string/main.m
blob: e55eb1ede9b45022c15f34fc22af80a1177af2e8 (plain) (blame)
1
2
3
4
5
#import <Foundation/Foundation.h>

int main() {
  NSLog(@"凸"); //% self.expect("po @\"凹\"", DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["凹"])
}