remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-06-29-MultipleFunctionDefinition.c
blobbe042cedf9fda47bf52fde4abbe752055143b47f
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 /* This is apparently legal C.
4 */
5 extern __inline__ void test() { }
7 void test() {