Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
run-make
/
pgo-embed-bc-lto
/
main.rs
blob: ce8747bef3c2d22c7a01f6841499a3661ff1f705 [
file
] [
log
] [
blame
]
extern
crate interesting
;
fn
main
()
{
interesting
::
function_called_once
();
}