Fixed some bugs.
[llvm/zpu.git] / test / FrontendC / 2005-09-24-AsmUserPrefix.c
blob952c7b3c35da662499bdd804bdb114c0eda48d86
1 // RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | llc | \
2 // RUN: not grep _foo2
4 void foo() __asm__("foo2");
6 void bar() {
7 foo();