(* * Copyright (c) 2024 Apple Inc. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause *) theory MachineWords imports "AutoCorres2.CTranslation" begin type_synonym machine_word = "addr_bitsize word" end