aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/int.rs
blob: 39cd48f022fc9c8e5cd28cb565c598e5d27583a1 (plain) (blame)
1
2
3
4
5
6
// -*- rust -*-


fn main() {
  let int x = 10;
}