tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr20276a.c
CommitLineData
0616a280
AM
1#include <stdio.h>
2
3int global_var;
4extern void abort ();
5
6int main(void)
7{
8 if (global_var != 20)
9 abort ();
10 printf ("PASS\n");
11 return 0;
12}
This page took 0.196641 seconds and 4 git commands to generate.