-- StartCedarCore.mesa
-- last edited by Levin on 19-Apr-82  9:18:52

DIRECTORY
  CedarInitSequence USING [],
  Runtime USING [SelfDestruct];

StartCedarCore: PROGRAM
  IMPORTS Runtime
  EXPORTS CedarInitSequence = {

Runtime.SelfDestruct[];

}.