summaryrefslogtreecommitdiff
path: root/mlir/test/Bytecode/empty_attr.mlir
blob: 1a33cbd374066942fb79e41802832f99cc9d1691 (plain)
1
2
3
4
5
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s

// CHECK: module
// CHECK: foo.asdf = 0 : i0
module attributes { foo.asdf = 0 : i0 } { }