1 // RUN: %clang_cc1 -emit-llvm -o %t %s
5 /* CodeGen should handle this even if it makes it past
6 sema. Unfortunately this test will become useless once sema starts
10 void f0(void) { e0(); }
13 void f1(void) { e1(); }
15 void e2(void) __attribute__((weak
));
16 void f2(void) { e2(); }