cly-impl 0.1.0

An internal dependency of the cly crate
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: GPL-3.0-or-later
MyEnum = enum {
    1,
    2,
    7,
    sizeof(int),
    9,
}