summaryrefslogtreecommitdiffstats
path: root/testsuite/dwz.tests/def2.cc
blob: 794933f71a0904a828b40d04f42148b72789e743 (plain)
1
2
3
4
5
6
7
8
9
#include "def.h"

ao_ref *p2;

void
foo (void)
{
  p2 = new ao_ref;
}