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