mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:07:57 +02:00
11 lines
216 B
ObjectPascal
11 lines
216 B
ObjectPascal
{ Source provided for Free Pascal Bug Report 3968 }
|
|
{ Submitted by "C Western" on 2005-05-14 }
|
|
{ e-mail: mftq75@dsl.pipex.com }
|
|
unit uw3968;
|
|
interface
|
|
type
|
|
Tabcde = (a=0,b,c,d,e);
|
|
Tabc = a..c;
|
|
implementation
|
|
end.
|