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