private void help_testProgramEvaluatorEval_OutputPrimitiveArray(BasicCALServices calServices) throws CALExecutorException {
String functionName = "tempFunc";
CompilerMessageLogger logger = new MessageLogger();
EntryPoint entryPoint = calServices.getCompiler().getEntryPoint(
new AdjunctSource.FromSourceModel(SourceModel.FunctionDefn.Algebraic.make(
functionName, Scope.PRIVATE, null,
SourceModel.Expr.makeGemCall(CAL_Array.Functions.outputPrimitive,
SourceModel.Expr.makeGemCall(CAL_Array.Functions.subscript,
SourceModel.Expr.makeGemCall(QualifiedName.make(CALPlatformTestModuleNames.Array_Tests, "multiDimArray")),