rust/tests/target/issue_4467.rs

7 lines
77 B
Rust
Raw Normal View History

2020-11-13 21:42:37 -06:00
pub fn main() {
#[cfg(feature = "std")]
{
// Comment
}
}