summaryrefslogtreecommitdiff
path: root/test/pecoff/Inputs/hello64lib.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/pecoff/Inputs/hello64lib.asm')
-rw-r--r--test/pecoff/Inputs/hello64lib.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/pecoff/Inputs/hello64lib.asm b/test/pecoff/Inputs/hello64lib.asm
deleted file mode 100644
index 89f95cd49af1..000000000000
--- a/test/pecoff/Inputs/hello64lib.asm
+++ /dev/null
@@ -1,14 +0,0 @@
-.code
-ExitProcess PROC
- RET
-ExitProcess ENDP
-
-MessageBoxA PROC
- RET
-MessageBoxA ENDP
-
-_DllMainCRTStartup PROC
- RET
-_DllMainCRTStartup ENDP
-
-END