DEBSOURCES
Skip Quicknav
sources / breathe / 4.36.0-2 / examples / specific / cpp_union.h
12345678910
union Union { int i; }; struct Class { union Union { int i; }; };