Initial commit

This commit is contained in:
Folkert Kevelam 2025-06-28 21:47:09 +02:00
parent ee9b469c90
commit da845fb44a

View File

@ -0,0 +1,5 @@
generic
type Source (<>) is limited private;
type Target (<>) is limited private;
function Unchecked_Conversion (S : Source) return Target
with Pure, Nonblocking, Import, Convention => Intrinsic;