Compiler projects using llvm
int foo(int x) {
  return x+1;
}