// Copyright Kani Contributors // SPDX-License-Identifier: Apache-2.0 OR MIT fn magic_number() -> u32 { 42 } pub fn twelve() -> u32 { 12 }