mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 04:10:36 +01:00
10 lines
157 B
ObjectPascal
10 lines
157 B
ObjectPascal
{ %norun }
|
|
{ %target=win32,wince }
|
|
{ %opt=-Aas }
|
|
|
|
Procedure InternalName; CDecl; External 'thedll' name '?ExternalName@Tralala';
|
|
|
|
Begin
|
|
InternalName;
|
|
End.
|