Compiler projects using llvm
void b(int x);
void other(int y) {
  b(1);
}