blob: e775658553b1f0593bde25c46696e83042c81315 [file] [log] [blame]
// RUN: cir-opt %s -verify-diagnostics -split-input-file
// expected-error@+1 {{failed to verify 'underlying': expects !cir.double, !cir.fp80 or !cir.fp128}}
cir.func @bad_long_double(%arg0 : !cir.long_double<!cir.float>) -> () {
cir.return
}