1; RUN: mlir-translate -import-llvm %s | FileCheck %s2; CHECK: llvm.module_asm = ["foo", "bar"]3 4module asm "foo"5module asm "bar"6