aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr22220lib.cc
blob: 771f44f7f35932fea5746954728b0157549b2d70 (plain)
1
2
3
4
5
6
#include "pr22220.h"

int* boo()
{
  return goo ();
}