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

5 lines
48 B
Rust
Raw Normal View History

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