2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2015-10-27 19:38:22 -05:00
|
|
|
// aux-build:issue-11225-3.rs
|
|
|
|
|
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
|
|
|
extern crate issue_11225_3;
|
|
|
|
|
|
|
|
pub fn main() {
|
2015-11-05 09:17:33 -06:00
|
|
|
issue_11225_3::public_inlinable_function();
|
|
|
|
issue_11225_3::public_inlinable_function_ufcs();
|
2015-10-27 19:38:22 -05:00
|
|
|
}
|