Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
b7d6df2b61f7941e24d362105a43950da6f2da05
/
.
/
tools
/
versioner
/
tests
/
missing_api
/
headers
/
foo.h
blob: c201dbbb1efc2b9c5e7954a9cb5b5c7161871e54 [
file
] [
log
] [
blame
]
Josh Gao
5317f2d
2017-06-30 14:35:00 -0700
[
diff
] [
blame
]
1
#if defined(__cplusplus)
2
extern
"C"
{
3
#endif
4
5
int
foo
()
__INTRODUCED_IN
(
9
);
6
7
#if defined(__cplusplus)
8
}
9
#endif