3 lines
95 B
Plaintext
Raw Normal View History

type int_set is set(int);
const my_set: int_set = set end;
const my_set_2: int_set = set_empty;