blob: 17b6de573dd29aa63548c72571eddb4484d61fc7 [file] [log] [blame]
// { dg-additional-options "-w" }
const fn foo() {
const fn bar() {}
bar();
}