Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a96a80ca09e7e22eccedc7bf0dfb3a3552dfe1d1
/
.
/
Modules
/
TestForSTDNamespace.cxx
blob: b537d44a9338719fc009e4009c047692b5d53b24 [
file
]
#include
<list>
int
main
(
int
,
char
*[])
{
std
::
list
<int>
();
return
0
;
}