1*bbb1b6f9SApple OSS Distributions #include <darwintest.h> 2*bbb1b6f9SApple OSS Distributions #include <stdio.h> 3*bbb1b6f9SApple OSS Distributions 4*bbb1b6f9SApple OSS Distributions T_DECL(nox86exec_helper, "x86_64 binary that nox86exec test attempts to spawn") 5*bbb1b6f9SApple OSS Distributions { 6*bbb1b6f9SApple OSS Distributions printf("Hello, Rosetta!"); 7*bbb1b6f9SApple OSS Distributions T_SKIP("I'm just a helper, in the world. That's all that you'll let me be."); 8*bbb1b6f9SApple OSS Distributions } 9