blob: be042cedf9fda47bf52fde4abbe752055143b47f [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
Tanya Lattner12ff9682004-11-06 20:38:27 +00003/* This is apparently legal C.
4 */
Chris Lattner9c95e522003-06-29 22:20:53 +00005extern __inline__ void test() { }
6
7void test() {
8}