llvm/clang/test/ASTMerge/codegen-body/Inputs/body2.c

__inline__ __attribute__ ((always_inline)) int f(void)
{
  return 2;
}