(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
pr45621_1.C
#include "pr45621.h"

void
S::v1 ()
{
  v2 ();
}

void
S::m ()
{
  v1 ();
}