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