1// RUN: mlir-opt -convert-std-to-llvm %s | FileCheck %s 2// RUN-32: mlir-opt -convert-std-to-llvm='data-layout=p:32:32:32' %s | FileCheck %s 3 4// CHECK: module attributes {llvm.data_layout = ""} 5// CHECK-32: module attributes {llvm.data_layout ="p:32:32:32"} 6module {} 7