Files
linux-packaging-mono/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/empty.cpp

8 lines
128 B
C++
Raw Normal View History

// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
void *__purecall = 0;
int main() {
return 42;
}