summaryrefslogtreecommitdiffstats
path: root/vendor/rustversion/tests/ui/const-not-fn.rs
blob: 215df7d7d00d01900ca5dc3361f8a2564e099dae (plain)
1
2
3
4
#[rustversion::attr(all(), const)]
pub struct S;

fn main() {}