blob: be042cedf9fda47bf52fde4abbe752055143b47f [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
/* This is apparently legal C.
*/
extern __inline__ void test() { }
void test() {
}