Compiler projects using llvm
int foo() {
  int x = 0;
  return 1 / x;
}