-- S.MG, 2018 with Ada.Strings.Fixed; use Ada.Strings.Fixed; package Test_Serpent is procedure test_from_file(filename: String); procedure test_one; end Test_Serpent;