1; RUN: mlir-translate -import-llvm -split-input-file %s --mlir-print-op-generic | FileCheck %s 2 3; Ensure that no empty parameter attribute lists are created. 4; CHECK: "llvm.func" 5; CHECK-SAME: <{ 6; CHECK-NOT: arg_attr 7; CHECK-NOT: res_attrs 8; CHECK-SAME: }> 9declare ptr @func_no_param_attrs() 10