about summary refs log tree commit diff
path: root/src/test/stdtest/option.rs
blob: a04751da101cd97cad98e7b0ecbd9dec199061c9 (plain)
1
2
3
4
5
6
import core::*;

use std;

#[test]
fn test() { let _x = option::some::<int>(10); }