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

5 lines
67 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
__inline__ __attribute__ ((always_inline)) int f()
{
return 2;
}