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
/
2007-12-16-AsmNoUnwind.c
blob: de078a28dd4885a1a362f7fc14efa377cc2ae39c (
plain
)
1
2
3
// RUN: %clang_cc1 %s -emit-llvm -o - | grep nounwind
void
bar
()
{
asm
(
""
);
}