index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
const-label-addr.c
blob: f8c35c676783cd040497efffc7b1bb2474372d8a (
plain
)
1
2
3
4
// RUN: clang-cc %s -emit-llvm -o %t
int
a
()
{
A
:;
static
void
*
a
=
&&
A
;
}