Skip to content

Commit 6a4606f

Browse files
danielsntedinski
authored andcommitted
Add regression test for model-checking/kani#21 (rust-lang#22)
1 parent 216e3e9 commit 6a4606f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0 OR MIT
3+
use std::path::Path;
4+
5+
fn main() {
6+
let path = Path::new("./foo/bar.txt");
7+
}

0 commit comments

Comments
 (0)