// Must be a standard C++ header to implicitly test CMake not emitting -isystem for some imported targets: see #17132 #include #include int main() { std::cout << "foo: " << foo() << std::endl; return 0; }