rust/tests/target/issue_4467.rs
2020-11-14 11:50:28 -06:00

7 lines
77 B
Rust

pub fn main() {
#[cfg(feature = "std")]
{
// Comment
}
}