blob: b7bc803306731b91a469a03974dd1c297c958a79 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3/* This is apparently legal C.
4 */
5extern __inline__ void test() { }
6
7void test() {
8}