blob: d287d5ebec5436b88e37e3bd3bbeed9cb7374c86 [file] [log] [blame]
#![feature(extern_types)]
extern {
/// No inner information
pub type Foo;
}
// @is "$.index[*][?(@.docs=='No inner information')].name" '"Foo"'
// @is "$.index[*][?(@.docs=='No inner information')].kind" '"foreign_type"'
// @!has "$.index[*][?(@.docs=='No inner information')].inner"