[tests] Add test for #4033

This commit is contained in:
Tim Chevalier 2012-11-24 13:36:09 -08:00
parent e454a47bf2
commit 236fd32f0a

View File

@ -0,0 +1,9 @@
// xfail-test
extern mod std;
use list = std::map::chained;
use std::list;
fn main() {
let _x: list::T<int, int> = list::mk();
}