[Clang] Prevent `mlink-builtin-bitcode` from internalizing the RPC client (#118661)
[llvm-project.git] / lldb / test / API / commands / expression / po_verbosity / main.m
blob9c79f850bf281724c2604981df53cc6af5fad8b0
1 #import <Foundation/Foundation.h>
3 int main()
5     [NSString initialize];
6         id foo = @{@1 : @2, @2 : @3};
7         int x = 34;
8         return 0; // Stop here