1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-10 01:33:07 +02:00

8 lines
95 B
C
Raw Normal View History

typedef enum
{
TEST_ENUM_FOO,
TEST_ENUM_BAR,
TEST_ENUM_BAZ,
TEST_ENUM_QUUX
} TestEnum;