Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
empty_path.rs
blob: 7d8c296bb556e9f47b19756a57ad4d81038db46d [
file
]
#![
feature
(
no_core
)]
#![
no_core
]
fn
main
()
{
::;
// { dg-error "expected identifier" "" { target *-*-* } .-1 }
}