rust/src/test/stdtest/option.rs
2011-07-27 15:54:33 +02:00

5 lines
No EOL
68 B
Rust

use std;
#[test]
fn test() { let x = std::option::some[int](10); }