xref
: /
aosp_15_r20
/
external
/
google-fruit
/
configuration
/
bazel
/
always_inline_attribute.cpp
(revision a65addddcf69f38db5b288d787b6b7571a57bb8f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__attribute__
((
always_inline
))
f()
2
void
f
() {
3
}
4
main()
5
int
main
() {
6
return
0
;
7
}
8