1 // no-prefer-dynamic
2 
3 #![crate_type = "rlib"]
4 
5 pub static FOO: i32 = 42;
6