summaryrefslogtreecommitdiff
path: root/test/FrontendC/2003-06-29-MultipleFunctionDefinition.c
blob: be042cedf9fda47bf52fde4abbe752055143b47f (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null

/* This is apparently legal C.  
 */
extern __inline__ void test() { }

void test() {
}