Sign in
◑
Theme
fuchsia
/
third_party
/
cmake
/
refs/heads/upstream/release
/
.
/
Modules
/
TestForSTDNamespace.cxx
blob: b537d44a9338719fc009e4009c047692b5d53b24 [
file
] [
edit
]
#include
<list>
int
main
(
int
,
char
*[])
{
std
::
list
<int>
();
return
0
;
}