// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s func.func @roundtripOperandSizeAttr(%arg0: i32) { // CHECK: operandSegmentSizes = array}> "test.attr_sized_operands"(%arg0, %arg0, %arg0, %arg0) <{operandSegmentSizes = array}> : (i32, i32, i32, i32) -> () return }