1e01aa904Sopenharmony_ci/* Looked up item by item. */
2e01aa904Sopenharmony_cienum e { ENUMSAMPLE_1 = 0, ENUMSAMPLE_2 = 1 };
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ci/* Looked up via both sorts of iterator in turn.  */
5e01aa904Sopenharmony_cienum ie { IENUMSAMPLE_1 = -10, IENUMSAMPLE_2, IENUMSAMPLE_3 };
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_cienum e foo;
8e01aa904Sopenharmony_cienum ie bar;
9