index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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!!"); }