summaryrefslogtreecommitdiffstats
path: root/src/test/ui/print-fuel/print-fuel.rs
blob: f68de00b9b5915bc4c9220fc0bf78f56a6c9d915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#![crate_name="foo"]
#![allow(dead_code)]

// (#55495: The --error-format is to sidestep an issue in our test harness)
// compile-flags: -C opt-level=0 --error-format human -Z print-fuel=foo
// check-pass

struct S1(u8, u16, u8);
struct S2(u8, u16, u8);
struct S3(u8, u16, u8);

fn main() {
}