android13/external/rust/crates/rustversion/tests/ui/const-not-fn.rs

5 lines
63 B
Rust

#[rustversion::attr(all(), const)]
pub struct S;
fn main() {}