summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/foo.rs
blob: 46e72da2de9f330923f3c03fe7b7bcc07449b1ce (plain)
1
2
3
4
5
#[derive()]
#[derive(Copy, Clone)]
pub struct Foo;

pub fn main() { }