// Regression test for a problem with the first mod attribute
// being applied to every mod
#[cfg(target_os = "linux")]
mod hello;
#[cfg(target_os = "macos")]
#[cfg(target_os = "win32")]
#[cfg(target_os = "freebsd")]