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