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