index
:
honours
master
My honours project from 2012.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
extern-block-var.c
blob: 329f1095684279548d5e88043ab1bb70c5457382 (
about
) (
plain
)
1
2
3
4
5
6
// RUN: %clang_cc1 %s -emit-llvm -o %t int f() { extern int a; return a; }