Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
link_section-malformed.rs
blob: 8a67ebe1861f28488dc30ca95d7d25e9337fe98c [
file
] [
log
] [
blame
]
// { dg-options "-w" }
#![
feature
(
no_core
)]
#![
no_core
]
#[
link_section
]
// { dg-error "malformed .link_section. attribute input" }
pub
static
VAR1
:
u32
=
1
;
// { dg-note "must be of the form" "" { target *-*-* } .-3 }