]> andersk Git - splint.git/blob - test/tests2.4/bitfields.c
Removed .lh .lcs .lcd files in test directory from distribution tar ball as suggested...
[splint.git] / test / tests2.4 / bitfields.c
1 typedef unsigned S;
2 typedef struct {
3   unsigned u: ((S) 4);
4 } T;
This page took 0.039208 seconds and 5 git commands to generate.