38c206f7a23e8a5c01977e8473474a2fb1d99517
[deliverable/binutils-gdb.git] / ld-plugin / pr22220main.cc
1 #include <stdio.h>
2 #include "pr22220.h"
3
4 int main()
5 {
6 if (boo() == goo())
7 {
8 printf ("PASS\n");
9 return 0;
10 }
11 return 1;
12 }
This page took 0.057285 seconds and 3 git commands to generate.