1 2 3 4 5 6 7 8
package Inline19 is protected P is function F return String; pragma Inline (F); end P; end Inline19;