rust/src/test/run-pass/lib-option.rs
Marijn Haverbeke 3816e57fd2 Downcase std modules again, move to :: for module dereferencing
This should be a snapshot transition.
2011-05-12 21:30:44 +02:00

6 lines
63 B
Rust

use std;
fn main() {
auto x = std::option::some[int](10);
}