xref: /llvm-project/mlir/test/Bytecode/empty_attr.mlir (revision 5f649130eb5ff048bfbda84f5847da0072c2500f)
1// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
2
3// CHECK: module
4// CHECK: foo.asdf = 0 : i0
5module attributes { foo.asdf = 0 : i0 } { }
6