blob: 588da7198af969247e4c73967598783cc0f9e5d3 [file] [log] [blame]
Tanya Lattner12ff9682004-11-06 20:38:27 +00001/* This is apparently legal C.
2 */
Chris Lattner9c95e522003-06-29 22:20:53 +00003extern __inline__ void test() { }
4
5void test() {
6}