Theory modifies_pointer_to_local

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


theory modifies_pointer_to_local
imports "AutoCorres2.CTranslation"
begin


install_C_file "modifies_pointer_to_local.c" 


end