4 lines
72 B
Ada
4 lines
72 B
Ada
|
|
with Ada.Assertions; use Ada.Assertions;
|
||
|
|
...
|
||
|
|
Assert (A = 42, "Oops!");
|