bolt/deps/llvm-18.1.8/llvm/test/DebugInfo/PDB/Inputs/empty.cpp

8 lines
128 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
void *__purecall = 0;
int main() {
return 42;
}