DEBSOURCES
Skip Quicknav
sources / libgnatcoll / 1.7gpl2015-2 / testsuite / xref / cpp_instance_variable / test.h
123456789
typedef int my_int; struct S_tag { int i; my_int j; }; typedef S_tag S;