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: 9d99f88c8a65091bb34b7c6196c79fa8dc687c08 (
plain
)
1
2
3
4
// RUN: %clang_cc1 %s -emit-llvm -o %t
int
a
()
{
A
:;
static
void
*
a
=
&&
A
;
}