]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/allow-non-lint-warnings-cmdline/foo.rs
Preserve split DWARF files when building archives.
[rust.git] / tests / run-make-fulldeps / allow-non-lint-warnings-cmdline / foo.rs
1 #[derive()]
2 #[derive(Copy, Clone)]
3 pub struct Foo;
4
5 pub fn main() { }