mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:29:41 +02:00
* made sure that the enum tested in the test is of byte size, otherwise the test program does not compile
git-svn-id: trunk@4433 -
This commit is contained in:
parent
32098ceea9
commit
50c3ba5310
@ -1,6 +1,7 @@
|
|||||||
{ %result=201 }
|
{ %result=201 }
|
||||||
|
|
||||||
{$r+}
|
{$r+}
|
||||||
|
{$packenum 1}
|
||||||
Type
|
Type
|
||||||
MySet = (msOne,msTwo,msThree,msFour,msFive);
|
MySet = (msOne,msTwo,msThree,msFour,msFive);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user