Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
const2.rs
blob: 17b6de573dd29aa63548c72571eddb4484d61fc7 [
file
] [
log
] [
blame
]
// { dg-additional-options "-w" }
const
fn
foo
()
{
const
fn
bar
()
{}
bar
();
}