blob: 2afb37cf005bfa0c8c91ffa3c63879557cd57f64 [file] [log] [blame]
// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
module attributes {llvm.module_asm = ["foo", "bar"]} {}
// CHECK: module asm "foo"
// CHECK: module asm "bar"