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