Sign in
llvm
/
lldb
/
release_39
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
/
modules-incomplete
/
main.m
blob: 8ebfb0c1f11a41f423ad03ccacd48e0aec1dc8fb [
file
] [
log
] [
blame
]
@import
Foundation
;
@import
myModule
;
int
main
()
{
@autoreleasepool
{
MyClass
*
myObject
=
[
MyClass
alloc
];
[
myObject publicMethod
];
// Set breakpoint 0 here.
}
}