summaryrefslogtreecommitdiff
path: root/test.adb
blob: 411b84c6fb2b66bee05e6bf2cbf16b9944b390f4 (plain) (blame)
1
2
3
4
5
function Test return Integer is
begin
    null;
    return 69;
end;