xref
: /
llvm-project
/
clang
/
test
/
ASTMerge
/
codegen-body
/
Inputs
/
body2.c
(revision 25098736c1b6a716711a64fa45f7f34ccdbef6d1)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(void)
1
__inline__
__attribute__
((
always_inline
))
int
f
(
void
)
2
{
3
return
2
;
4
}
5