tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220main.cc
CommitLineData
1a3b5c34
AM
1#include <stdio.h>
2#include "pr22220.h"
3
4int main()
5{
6 if (boo() == goo())
7 {
8 printf ("PASS\n");
9 return 0;
10 }
11 return 1;
12}
This page took 0.148276 seconds and 4 git commands to generate.