Home | History | Annotate | Download | only in Inputs
      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 }
      8