mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 07:29:32 +01:00
the code using {$pascalmainname x} + storing it in the ppu file
(and give a warning if it's overridden multiple times + test)
git-svn-id: trunk@10406 -
10 lines
75 B
ObjectPascal
10 lines
75 B
ObjectPascal
unit umainnam;
|
|
|
|
interface
|
|
|
|
{$pascalmainname testing}
|
|
|
|
implementation
|
|
|
|
end.
|