Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gnat.dg/addr8.ads

9 lines
137 B
Ada
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
package Addr8 is
type Bytes is array (1 .. 4) of Character;
for Bytes'Alignment use 4;
procedure Proc (B: Bytes);
end Addr8;