https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126221
--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
```
int _link_watcher_from_variant_variants[5];
void nm_team_link_watcher_new_ethtool(int, int, struct _GError *);
void _link_watcher_from_variant() {
if (({
int _i;
unsigned _has_error = _i = 0;
for (; _i < sizeof _link_watcher_from_variant_variants / sizeof 0;
_i++)
if (_link_watcher_from_variant_variants[_i] && ({ _i == 0; })) {
_has_error = !0;
break;
}
_has_error;
}))
nm_team_link_watcher_new_ethtool(0, 0, 0);
}
```