freebsd_amp_hwpstate/test/FrontendC/2003-06-29-MultipleFunction...

9 lines
143 B
C

// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
/* This is apparently legal C.
*/
extern __inline__ void test() { }
void test() {
}