Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/test-integer-limits
/
.
/
test
/
cmake
/
find_package
/
bar.cpp
blob: 3e7df4ea18efb6fdb7638d2c35fe3659bf27274d [
file
] [
edit
]
// Must be a standard C++ header to implicitly test CMake not emitting -isystem for some imported targets: see #17132
#include
<iostream>
#include
<foo.h>
int
main
()
{
std
::
cout
<<
"foo: "
<<
foo
()
<<
std
::
endl
;
return
0
;
}