2021-09-20 23:53:04 +00:00
|
|
|
// Regression test for the ICE described in #79546.
|
|
|
|
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: --cap-lints=allow -Zfuel=issue79546=0
|
|
|
|
//@ check-pass
|
2021-09-20 23:53:04 +00:00
|
|
|
#![crate_name="issue79546"]
|
|
|
|
|
|
|
|
struct S;
|
|
|
|
fn main() {}
|