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