OpenGrok
Cross Reference: body2.c
xref
: /
external
/
clang
/
test
/
ASTMerge
/
Inputs
/
body2.c
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
__inline__
__attribute__
((
always_inline
))
int
f()
2
{
3
return
2
;
4
}
5