diff options
Diffstat (limited to 'test/COFF/Inputs/library.def')
-rw-r--r-- | test/COFF/Inputs/library.def | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/COFF/Inputs/library.def b/test/COFF/Inputs/library.def new file mode 100644 index 000000000000..6c6880ffa18e --- /dev/null +++ b/test/COFF/Inputs/library.def @@ -0,0 +1,5 @@ +LIBRARY library +EXPORTS + function + data DATA + constant CONSTANT |