DEBSOURCES
Skip Quicknav
sources / binutils / 2.46-1 / ld / testsuite / ld-ctf / slice.c
123456789
enum foo { FOO_BAR }; struct slices { int one : 1; int two : 2; int six : 6; int ten :10; enum foo bar:1; } slices;