// -*- rust -*- fn main() { let x = { @100 }; assert (*x == 100); }