about summary refs log tree commit diff
path: root/src/test/stdtest/option.rs
blob: 6426c96ffb6cf0c6e38c51d43f18989bef9e3fd5 (plain)
1
2
3
4
5

use std;

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