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