blob: 8a49ac79b8b7a454386020f43349a03db7733705 [file] [log] [blame]
// error-pattern: unresolved name
fn main() { let foo = thing::len(~[]); }