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