5 lines
No EOL
68 B
Rust
5 lines
No EOL
68 B
Rust
|
|
use std;
|
|
|
|
#[test]
|
|
fn test() { let x = std::option::some[int](10); } |