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

5 lines
71 B
C

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