Skip to content

Commit c07bb25

Browse files
committed
add test
1 parent a27ed33 commit c07bb25

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tests/target/issue-6333.rs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
pub use crate::r#_StructUtil_Compile::CanonCryptoItem;
2+
pub use crate::r#_StructUtil_Compile::MessageID;
3+
pub use crate::r#_Wrappers_Compile::Outcome;
4+
pub use crate::software::amazon::crypt::dbencryptionsdk::stct::internaldafny::types::Action;
5+
pub use crate::software::amazon::crypt::mat::internaldafny::types::AlgorithmSuiteInfo;
6+
pub use crate::software::amazon::crypt::mat::internaldafny::types::EncryptedDataKey;
7+
pub use crate::software::amazon::crypt::mat::internaldafny::types::EncryptionMaterials;
8+
pub use crate::software::amazon::crypt::primitives::internaldafny::types::HMacInput;
9+
pub use crate::software::amazon::crypt::primitives::internaldafny::types::IAwsPrimClient;
10+
pub use dafny_runtime::_System::nat;
11+
pub use dafny_runtime::int;
12+
pub use dafny_runtime::itertools::Itertools;
13+
pub use dafny_runtime::rd;
14+
pub use dafny_runtime::string_utf16_of;
15+
pub use dafny_runtime::truncate;
16+
pub use dafny_runtime::DafnyCharUTF16;
17+
pub use dafny_runtime::DafnyType;
18+
pub use dafny_runtime::DafnyTypeEq;
19+
pub use dafny_runtime::MapBuilder;
20+
pub use dafny_runtime::Object;
21+
pub use dafny_runtime::Sequence;
22+
pub use std::rc::Rc;

0 commit comments

Comments
 (0)