OpenGrok
Cross Reference: test-libstl.cpp
xref
: /
development
/
ndk
/
samples
/
test-libstdc++
/
jni
/
test-libstl.cpp
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
#
include
<
cerrno
>
2
#
include
<
cstddef
>
3
4
int
main
(
void
)
5
{
6
return
0
;
7
}
8
9