You've already forked Compile_And_Prove_Demo
mirror of
https://github.com/AdaCore/Compile_And_Prove_Demo.git
synced 2026-02-12 12:45:02 -08:00
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
pragma Profile(GNAT_Extended_Ravenscar);
|
|
pragma Partition_Elaboration_Policy(Sequential);
|
|
pragma SPARK_Mode (On);
|
|
pragma Warnings (Off, "no Global contract available");
|
|
pragma Warnings (Off, "subprogram * has no effect");
|