blob: ef6ed104b743b2f3c3b2cba4bf52e20ef391e852 [file] [log] [blame]
#![crate_name = "foo"]
mod private {
pub enum Enum{Variant}
}
pub use self::private::Enum::*;
// @!has-dir foo/private
// @!has foo/index.html '//a/@href' 'private/index.html'