[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / DebugInfo / PDB / Inputs / empty.cpp
blob6021aca7bfc181d24f383a515ee972849c9f3a21
1 // Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
3 void *__purecall = 0;
5 int main() {
6 return 42;