blob: 7a2d35c9ab6c2134678ee49a577f438ded3b5ffc [file] [log] [blame]
package Inline19 is
protected P is
function F return String;
pragma Inline (F);
end P;
end Inline19;