diff options
Diffstat (limited to 'test/COFF/Inputs/constant-import.s')
-rw-r--r-- | test/COFF/Inputs/constant-import.s | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/COFF/Inputs/constant-import.s b/test/COFF/Inputs/constant-import.s new file mode 100644 index 000000000000..4249d74c9cb7 --- /dev/null +++ b/test/COFF/Inputs/constant-import.s @@ -0,0 +1,21 @@ + + .def __DllMainCRTStartup@12 + .type 32 + .scl 2 + .endef + .global __DllMainCRTStartup@12 +__DllMainCRTStartup@12: + ret + + .data + .def _Data + .type 0 + .scl 2 + .endef + .global _Data +_Data: + .long ___CFConstantStringClassReference + + .section .drectve + .ascii " -export:_Data" + |