arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
229 Bytes
// 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;
}