use std; #[test] fn test() { let _x = std::option::some::(10); }