1// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s2 3// CHECK: module4// CHECK: foo.asdf = 0 : i05module attributes { foo.asdf = 0 : i0 } { }6