pro example_helper
  compile_opt hidden
  print, 'example procedure helper'
end
pro example
  example_helper
end
% Compiled module: EXAMPLE.
example procedure helper
