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