(root)/
gcc-13.2.0/
gcc/
testsuite/
rust/
compile/
const2.rs
// { dg-additional-options "-w" }

const fn foo() {
    const fn bar() {}

    bar();
}