mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 08:59:05 +02:00
* added %FAIL
This commit is contained in:
parent
8e0b1c84d2
commit
d4f3485e7c
@ -1,7 +1,9 @@
|
|||||||
|
{ %FAIL }
|
||||||
|
|
||||||
type
|
type
|
||||||
enum1 = (one,two,three);
|
enum1 = (one,two,three);
|
||||||
enum2 = (four,five,six);
|
enum2 = (four,five,six);
|
||||||
|
|
||||||
enumset1 = set of enum1;
|
enumset1 = set of enum1;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user