summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/codegen-body/Inputs/body2.c
blob: 73cb1edf991751a21727d4980eaeb5dbf251b666 (plain)
1
2
3
4
__inline__ __attribute__ ((always_inline)) int f()
{
  return 2;
}