bolt/deps/llvm-18.1.8/llvm/test/DebugInfo/PDB/Inputs/empty.cpp
2025-02-14 19:21:04 +01:00

7 lines
128 B
C++

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