OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / test / DebugInfo / PDB / Inputs / empty.cpp
1 // Build with "cl.exe /Zi empty.cpp /link /debug /nodefaultlib /entry:main"
2
3 void *__purecall = 0;
4
5 int main() {
6   return 42;
7 }