Skip to content

Commit

Permalink
Add regression test for #21 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsn authored and adpaco-aws committed May 26, 2021
1 parent 56560a1 commit 24aedd6
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 24aedd6

Please sign in to comment.