Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
lldb
/
test
/
API
/
lang
/
objc
/
class-without-methods
/
main.m
blob: 0b6e14371bc59f4914fcd6ece08ef69378d1409b [
file
] [
edit
]
#import "Point.h"
int
main
()
{
Point
*
p
=
[
Point
new
];
// break here
return
0
;
}