Sign in
fuchsia
/
third_party
/
swift-clang
/
d4314992dfb2ec3f3872e8afbc4739b5115924dc
/
.
/
test
/
CodeGen
/
2005-09-24-AsmUserPrefix.c
blob: d0e5bd1c3a444d2091a8805e0b9d083606803828 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -emit-llvm -o - | opt -O3 | llc | \
// RUN: not grep _foo2
void
foo
()
__asm__
(
"foo2"
);
void
bar
()
{
foo
();
}