Skip to content

Commit

Permalink
Add regression test for model-checking/kani#21 (rust-lang#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn authored and tedinski committed Apr 8, 2021
1 parent 216e3e9 commit 6a4606f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rust-tests/cbmc-reg/Cast/fixme_path.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT
use std::path::Path;

fn main() {
let path = Path::new("./foo/bar.txt");
}

0 comments on commit 6a4606f

Please sign in to comment.