Add testcase I meant to add in 9ee3475e09.

This commit is contained in:
Graydon Hoare 2011-01-03 13:54:55 -08:00
parent c0955f0370
commit 26817cbb08

View file

@ -0,0 +1,11 @@
mod a {
mod b {
type t = int;
fn foo() {
let t x = 10;
}
}
}
fn main() {
}