7 lines · plain
1// RUN: cir-opt %s -verify-diagnostics -split-input-file2 3// expected-error@+1 {{failed to verify 'underlying': expects !cir.double, !cir.fp80 or !cir.fp128}}4cir.func @bad_long_double(%arg0 : !cir.long_double<!cir.float>) -> () {5 cir.return6}7