Staging
v0.5.1
https://github.com/python/cpython
Revision 38d335b2a1bdd2a441e958da9068d2fa08da7272 authored by Martin Panter on 20 October 2016, 03:56:48 UTC, committed by Martin Panter on 20 October 2016, 03:56:48 UTC
1 parent cb042e0
Raw File
Tip revision: 38d335b2a1bdd2a441e958da9068d2fa08da7272 authored by Martin Panter on 20 October 2016, 03:56:48 UTC
Issue #28480: Avoid label at end of compound statement --without-threads
Tip revision: 38d335b
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top