Small update of the French translation
[geany-mirror.git] / tests / ctags / enum.c
blob17e05dde3edcf732eebaac521cbdac18ed291900
1 enum test_enumeration {
2 ENUM_1 = 1,
3 ENUM_2,
4 ENUM_3
5 };