(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
torture/
cfg_attr.rs
mod fake {} // Add one line so gccrs doesn't believe we're parsing a shebang

#[cfg_attr(feature = "somefeature", attribute = "someattr")]
struct Feature;
// { dg-warning "struct is never constructed" "" { target *-*-* } .-1 }

fn main() {}