  ?VAR
*IF ($variable(sfv$test_harness, declared) = 'LOCAL') AND sfv$test_harness
    sfc$compiling_for_test_harness: boolean := TRUE ?;
*ELSE
    sfc$compiling_for_test_harness: boolean := FALSE ?;
*IFEND

