blob: 6a4b7814ef18d3cb8565b1bb7e89aff012678f93 [file] [log] [blame]
extern "C" {
type Item = [T] where [T]: Sized;
//~^ ERROR incorrect `type` inside `extern` block
//~| ERROR `type`s inside `extern` blocks cannot have `where` clauses
//~| ERROR cannot find type `T` in this scope
//~| ERROR cannot find type `T` in this scope
//~| ERROR extern types are experimental
}
fn main() {}