Compiler projects using llvm
int f(void);

int main(void)
{
  return f();
}