blob: b8e2f365ff41c8bf0f271db2ce7c518a425d632b [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o - -std=gnu89
2// rdar://7208839
3
4extern inline int f1 (void) {return 1;}
5int f3 (void) {return f1();}
6int f1 (void) {return 0;}