8 lines · plain
1// RUN: mlir-translate --export-smtlib %s --split-input-file --verify-diagnostics2 3smt.solver () : () -> () {4 %0 = smt.bv.constant #smt.bv<5> : !smt.bv<16>5 // expected-error @below {{operation not supported for SMTLIB emission}}6 %1 = smt.bv2int %0 signed : !smt.bv<16>7}8