aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/const2.rs
blob: 17b6de573dd29aa63548c72571eddb4484d61fc7 (plain)
1
2
3
4
5
6
7
// { dg-additional-options "-w" }

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

    bar();
}