Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69dc278

Browse files
committedMar 31, 2019
Add bar
1 parent cfe99be commit 69dc278

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/test/codegen/repr-u128.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
pub enum Foo {
66
Lo,
77
Hi = 1 << 64,
8+
Bar = 18_446_745_000_000_000_123,
89
}
910

1011
pub fn foo() -> Option<Foo> {

0 commit comments

Comments
 (0)
Please sign in to comment.