rust/src/test/run-pass/int.rs

7 lines
50 B
Rust
Raw Normal View History

2010-06-23 23:03:09 -05:00
// -*- rust -*-
fn main() {
let int x = 10;
}