Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
profile_warning.ads
blob: 475d837137307b25d947cd7bb2f1ce5b5f20682c [
file
] [
log
] [
blame
]
pragma
Profile_Warnings
(
Ravenscar
);
with
profile_warning_p
;
package
profile_warning
is
pragma
Elaborate_Body
;
procedure I
is
new
profile_warning_p
.
Proc
;
end
;