1 ; RUN: llvm-as %s -o - | llvm-nm - | FileCheck %s
3 ; We should technically emit an unmangled reference to f here,
4 ; but no existing linker needs this.
8 target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
9 target triple = "x86_64-pc-windows-msvc"
13 declare dllimport void @f()