Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
lib_bundle
/
lib_bundle.cpp
blob: 9f74584a58581be42c3a75e15cbd248299dbcffc [
file
]
#include
<iostream>
void
foo
()
{
std
::
cout
<<
"foobar"
<<
std
::
endl
;
}