Gen tests for promoted num layouts

This commit is contained in:
Ayaz Hafiz 2022-07-04 19:03:31 -04:00 committed by ayazhafiz
parent ba450367ca
commit 2492fba9f9
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
5 changed files with 79 additions and 16 deletions

View file

@ -1682,3 +1682,12 @@ fn choose_u128_layout() {
"#
)
}
#[mono_test]
fn foobar() {
indoc!(
r#"
170141183460469231731687303715884105728 + 1
"#
)
}