oden/third-party/vendor/rustversion/tests/ui/const-not-fn.rs
2024-03-08 11:03:01 -08:00

4 lines
63 B
Rust

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