summaryrefslogtreecommitdiffstats
path: root/tests/ui/no_crate_type.rs
blob: d8e687e04a76d94b93a133126b0f43adc25d195f (plain)
1
2
3
4
5
6
// regression test for issue 11256
#![crate_type]  //~ ERROR malformed `crate_type` attribute

fn main() {
    return
}