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