index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
TestForSTDNamespace.cxx
blob: b537d44a9338719fc009e4009c047692b5d53b24 (
plain
)
1
2
3
4
5
6
#include <list>
int
main
(
int
,
char
*[])
{
std
::
list
<
int
>();
return
0
;
}