summaryrefslogtreecommitdiffstats
path: root/lld/test/elf/Inputs/shared.c
blob: a10944fd8d695a4e8c5f29a645a24ab6160fbed0 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

extern int i;
int i = 42;

void foo() {
  puts("Fooo!!");
}
OpenPOWER on IntegriCloud