summaryrefslogtreecommitdiff
path: root/test/COFF/Inputs/pdb-diff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/COFF/Inputs/pdb-diff.cpp')
-rw-r--r--test/COFF/Inputs/pdb-diff.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/COFF/Inputs/pdb-diff.cpp b/test/COFF/Inputs/pdb-diff.cpp
deleted file mode 100644
index f9acd68d1199..000000000000
--- a/test/COFF/Inputs/pdb-diff.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// Build with cl:
-// cl.exe /Z7 pdb-diff.cpp /link /debug /pdb:pdb-diff-cl.pdb
-// /nodefaultlib /entry:main
-// Build with lld (after running the above cl command):
-// lld-link.exe /debug /pdb:pdb-diff-lld.pdb /nodefaultlib
-// /entry:main pdb-diff.obj
-
-void *__purecall = 0;
-
-int main() { return 42; }