Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
rust
/
compile
/
const1.rs
blob: 5f19c674c947c5818205fb1de8b5f2a33028ed1c [
file
] [
log
] [
blame
]
fn
bar
()
{}
const
fn
foo
()
{
bar
();
// { dg-error "only functions marked as .const. are allowed to be called from constant contexts" }
}