diff options
Diffstat (limited to 'test/DebugInfo/PDB/Inputs/empty.cpp')
-rw-r--r-- | test/DebugInfo/PDB/Inputs/empty.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/DebugInfo/PDB/Inputs/empty.cpp b/test/DebugInfo/PDB/Inputs/empty.cpp new file mode 100644 index 0000000..6021aca --- /dev/null +++ b/test/DebugInfo/PDB/Inputs/empty.cpp @@ -0,0 +1,7 @@ +// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main" + +void *__purecall = 0; + +int main() { + return 42; +} |