Skip to content

Commit

Permalink
Copyright, flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 4, 2024
1 parent 2e94219 commit efc4769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/expected/function-contract/diverging_loop.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright Kani Contributors
// SPDX-License-Identifier: Apache-2.0 OR MIT
// kani-flags: -Zfunction-contracts

#[kani::ensures(result == 1)]
fn foo() -> i32 {
loop {}
Expand Down

0 comments on commit efc4769

Please sign in to comment.