summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/tw8391.pp
blob: bbee9a748e4cefda06f72840b16644a5a5b20f37 (plain)
1
2
3
4
5
6
7
8
9
{ %norun }
{ %target=win32,wince }
{ %opt=-Aas }

Procedure InternalName; CDecl; External 'thedll' name '?ExternalName@Tralala';

Begin
  InternalName;
End.