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