blob: c434db7a8bf4ff24380a9335399fa86320a4712e [file] [log] [blame]
// -*- rust -*-
fn main() { let x = { @100 }; assert (*x == 100); }