(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
pr60150_0.C
// { dg-lto-do run }
#include "pr60150.H"

int main()
{
  S s;
  return 0;
}