Skip to content

Commit e21077c

Browse files
committed
WIP: fix debuginfo test
1 parent dca8319 commit e21077c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/debuginfo/repr-u128.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
//min-system-llvm-version 8.0
33

44
//compile-flags: -g -C no-prepopulate-passes
5+
6+
// === GDB TESTS ===================================================================================
7+
8+
// gdb-command: run
9+
10+
511
#![feature(repr128)]
612

713
#[repr(u128)]
814
pub enum Foo {
915
Lo,
1016
Hi = 1 << 64,
17+
Bar = 18_446_745_000_000_000_123,
1118
}
1219

1320
fn main() {

0 commit comments

Comments
 (0)