Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / test / IR / properties-bytecode-roundtrip.mlir
blobb4c364305542546768898cfc2092b77265d8f28f
1 // RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
3 // CHECK-LABEL: "test.using_int_property_with_worse_bytecode"
4 // CHECK-SAME: value = 3
5 "test.using_int_property_with_worse_bytecode"() <{value = 3}> : () -> ()