1 /* Copyright 2015-2020 Free Software Foundation, Inc.
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 3 of the License, or
6 (at your option) any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
13 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
17 static enum {ABC = 1, DEF, GHI, JKL} anon_e = GHI;
40 } anon_s = {"abracadabra", 11, 0xdead, 0xbeef};
47 this->s.ptr = "hello";
51 enum {AA = 10, BB, CC, DD} e;
74 return a.u.b + a.s.len + static_cast<int> (a.e)
75 + static_cast<int> (anon_e) + anon_u.bb + anon_s.len; // break here