Sign in
android
/
platform
/
prebuilts
/
cmake
/
linux-x86
/
091caafda44f7fe52a94387b2eafcf204ea909d3
/
.
/
share
/
cmake-3.2
/
Modules
/
TestForSTDNamespace.cxx
blob: b537d44a9338719fc009e4009c047692b5d53b24 [
file
] [
log
] [
blame
]
#include
<list>
int
main
(
int
,
char
*[])
{
std
::
list
<int>
();
return
0
;
}