Skip to content

Commit

Permalink
Copyright and comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Apr 26, 2024
1 parent 1c75d72 commit 1356d23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/expected/zst/main.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

// This example demonstrates that rustc may choose not to allocate unique locations to ZST objects.
#[repr(C)]
#[derive(Copy, Clone)]
struct Z(i8, i64);
Expand Down

0 comments on commit 1356d23

Please sign in to comment.