1; RUN: llvm-dlltool -m i386 -d %s -l %t.a --temp-prefix foo
2; RUN: llvm-dlltool -m i386 -d %s -l %t.a --temp-prefix=foo
3; RUN: llvm-dlltool -m i386 -d %s -l %t.a -t foo
4; RUN: llvm-dlltool -m i386 -d %s -l %t.a -tfoo
5
6LIBRARY test.dll
7EXPORTS
8TestFunction
9