================ @@ -0,0 +1,21 @@ +// RUN: fir-opt -verify-diagnostics %s | fir-opt | FileCheck %s ---------------- kiranchandramohan wrote: ```suggestion // RUN: mlir-opt -verify-diagnostics %s | mlir-opt | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/80955