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 }