Compiler projects using llvm
__inline__ __attribute__ ((always_inline)) int f(void)
{
  return 2;
}