(* * Copyright (c) 2024 Apple Inc. All rights reserved. * * SPDX-License-Identifier: BSD-2-Clause *) (* * Tests for handling the ternary conditional operator *) theory ternary_conditional_operator imports "AutoCorres2_Main.AutoCorres_Main" begin declare [[ML_print_depth=1000]]