1 2 3 4 5 6 7 8 9 10
// xfail-boot // -*- rust -*- fn main() { auto x = { @100 }; check (*x == 100); }