Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
FrontendC
/
2005-09-24-AsmUserPrefix.c
blob: 952c7b3c35da662499bdd804bdb114c0eda48d86 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | llc | \
// RUN: not grep _foo2
void
foo
()
__asm__
(
"foo2"
);
void
bar
()
{
foo
();
}