aboutsummaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-06-29-MultipleFunctionDefinition.c
blob: bd5ac83da72e0d37d5099cea8b6b60601f325934 (plain)
1
2
3
4
5
/* This is apparantly legal C.  */
extern __inline__ void test() { }

void test() {
}