summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw8304.pp
blob: ce36c6692017f4b9fa325ad9d31882b261d9cd66 (plain)
1
2
3
4
5
6
7
8
{ %target=win32,win64 }
program Win64HINSTANCE;

{$C+}

begin
  Assert(HINSTANCE <> 0, 'HINSTANCE is zero.');
end.