You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
packageTestistype Tag is (T1 => 1) with Size => 8;
type Len ismod2**8;
type Packet is
message
Tag : Tag;
Len : Len;
Val : Opaque
with Size => 8 * Len;
endmessage;
for Packet use (Val => Packet)
if Tag = T1;
endTest;
The compilation fails:
rflx-test-generic_contains.ads:33:79: "Test_Packet_Context" conflicts with declaration at line 33gprbuild: *** compilation phase failed
The text was updated successfully, but these errors were encountered:
The following specification validates:
The compilation fails:
The text was updated successfully, but these errors were encountered: