Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
clang
/
test
/
ASTMerge
/
codegen-body
/
Inputs
/
body2.c
blob: 534408a5bd8fb1abe1fe8ac3ea53d98d9553bbb6 [
file
]
__inline__ __attribute__
((
always_inline
))
int
f
(
void
)
{
return
2
;
}