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
/
PR3869-indirect-goto-long.c
blob: 140e4ec14a86fddbad697301279bd06aa5b45ca4 (
plain
)
1
2
3
4
// RUN: clang-cc -emit-llvm-bc -o - %s
// PR3869
int
a
(
long
long
b
)
{
goto
*
b
;
}