Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
frust-compile-until.rs
blob: 963bbf7e0b93ea484397077d539d0196cb20bb28 [
file
]
// { dg-additional-options "-frust-compile-until=unsafety" }
#![
feature
(
no_core
)]
#![
no_core
]
unsafe
fn
foo
()
{}
fn
main
()
{
foo
()
}