]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/mixing-deps/both.rs
Update unsuspicious file list
[rustc.git] / src / test / run-make-fulldeps / mixing-deps / both.rs
CommitLineData
1a4d82fc
JJ
1#![crate_type = "rlib"]
2#![crate_type = "dylib"]
223e47cc 3
c34b1796 4pub static foo: isize = 4;