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