blob: 99b3a7f5ba36c9ef6c7be342b14aced96e3fe194 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -std=gnu89 -emit-llvm %s -o /dev/null
2
3/* This is apparently legal C.
4 */
5extern __inline__ void test() { }
6
7void test() {
8}