summaryrefslogtreecommitdiff
path: root/test cases/windows/4 winmaincpp/prog.cpp
blob: aeecb7b82d9622df58f5d25f6fb20910ef29ba6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include<windows.h>

class Foo;

int APIENTRY
WinMain(
    HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpszCmdLine,
    int nCmdShow) {
    return 0;
}