Sign in
◑
Theme
rust
/
rust-lang
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
lldb
/
test
/
Shell
/
Breakpoint
/
Inputs
/
jitbp.cpp
blob: 447d9d66df848006170e690494de901fb3c4e49e [
file
] [
edit
]
int
jitbp
()
{
return
0
;
}
int
main
()
{
return
jitbp
();
}