/ src / examples / zlib-test / test-fetch.cpp
test-fetch.cpp
1  // Test that fetches something
2  #include <cstdio>
3  int main() {
4    // This build doesn't fetch, but we can test the attestation flow
5    printf("Hello from witnessed build!\n");
6    return 0;
7  }