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

void test() {
}