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

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

void test() {
}