mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7a.c
CommitLineData
af55061b
L
1#include <stdlib.h>
2#include <stdio.h>
3
4int foo = -1;
5
6extern void bar ();
7
8int
9main (int argc, char **argv)
10{
11 bar ();
12 printf ("OK\n");
13 return 0;
14}
This page took 0.333051 seconds and 4 git commands to generate.