blob: f210c89c2990f507bb3314b435877461b453a525 [file] [log] [blame]
//@ check-pass
#![feature(rustc_attrs)]
#[rustc_diagnostic_item = "foomp"]
struct Foomp;
fn main() {}