blob: 14e07b4123e6eeb88570c0f4127a367f93abfa89 [file] [log] [blame]
//@ aux-build: color.rs
extern crate color;
//@ has "$.index[?(@.inner.use.name == 'Red')]"
pub use color::Color::Red;
//@ !has "$.index[?(@.name == 'Red')]"
//@ !has "$.index[?(@.name == 'Color')]"