(* * Copyright (c) 2022 Apple Inc. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause *) (* * Tests for handling Spec constructs emitted by the C parser. *) theory mmio imports "AutoCorres2_Main.AutoCorres_Main" begin text ‹Some placeholders for a 'hardware-step' relation.› consts abs_step:: "word32 ⇒ word32 ⇒ bool" consts abs_step2:: "(word32 × word32) ⇒ (word32 × word32) ⇒ bool"