Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
reachable
/
issue-11225-3.rs
blob: 6f2d7dafdf614b926e22a25c31bb6a7c45165a54 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ aux-build:issue-11225-3.rs
//@ pretty-expanded FIXME #23616
extern
crate issue_11225_3
;
pub
fn
main
()
{
issue_11225_3
::
public_inlinable_function
();
issue_11225_3
::
public_inlinable_function_ufcs
();
}