blob: 07bd766a37875c7b2f53c3ff9a514afc4da85caf [file] [log] [blame]
// RUN: cir-translate -verify-diagnostics --cir-to-llvmir --target foobar --disable-cc-lowering %s 2>&1
// expected-error@below {{invalid target triple 'foobar'}}
module {
cir.func @foo() {
cir.return
}
}