Theory Skip_Asm

(*
 * Copyright (c) 2023 Apple Inc. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 *)

theory Skip_Asm
imports "AutoCorres2.CTranslation"
begin

install_C_file "skip_asm.c" [skip_asm]

context skip_asm_simpl
begin
  thm asm_stmts_body_def ― ‹no constasm_spec should be in the body›
end

end