Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
torture
/
mod-nameresolve.rs
blob: 85e05d1b39bb23140417eadbf30752a2af01aba9 [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
mod
foo
{
struct
A
;
// { dg-warning "struct is never constructed" }
}
fn
main
()
{}