summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr22220main.cc
blob: 38c206f7a23e8a5c01977e8473474a2fb1d99517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h>
#include "pr22220.h"

int main()
{
  if (boo() == goo())
    {
      printf ("PASS\n");
      return 0;
    }
  return 1;
}