Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gnat.dg/
inline19.ads
package Inline19 is protected P is function F return String; pragma Inline (F); end P; end Inline19;