blob: bae3813f9da951b01997de7073d3c21c9837d694 [file] [log] [blame]
// run-pass
#![allow(dead_code)]
// pretty-expanded FIXME #23616
struct Empty;
// This used to cause an ICE
extern "C" fn ice(_a: Empty) {}
fn main() {
}