summaryrefslogtreecommitdiffstats
path: root/tests/ui/pub/pub-ident-struct-3.rs
blob: dfa6cf2ee1e87696e48049ce57342f497e77a015 (plain)
1
2
3
4
pub S();
//~^ ERROR missing `struct` for struct definition

fn main() {}