// xfail-stage0 use std; fn main() { auto x = std.option.some[int](10); }