aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/box.rs
blob: c105e80146cc96c5c1979a901f70351ba29f840c (plain) (blame)
1
2
3
4
fn main() {
  let @int x = @10;
  assert ((*x) == 10);
}