mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 13:59:34 +02: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.
|