6 lines · plain
1// RUN: cir-opt %s -verify-diagnostics2 3// expected-error@below {{expected ::cir::SourceLanguage to be one of}}4// expected-error@below {{failed to parse CIR_SourceLanguageAttr parameter 'value'}}5module attributes {cir.lang = #cir.lang<dummy>} { }6