6 lines
125 B
Rust
Raw Normal View History

#![crate_type = "lib"]
#![feature(staged_api)]
2018-07-23 12:22:23 +01:00
#![unstable(feature = "unstable_test_feature", issue = "0")]
2018-07-25 14:27:27 +01:00
pub fn baz() {}