Compiler projects using llvm
void foo(void);

void bar(void) {
  foo();
}