]> andersk Git - splint.git/blame - test/tests2.4/bitfields.c
Fixed pre-processing bug reported by Adam Clarke. Moved marking point
[splint.git] / test / tests2.4 / bitfields.c
CommitLineData
885824d3 1typedef unsigned S;
2typedef struct {
3 unsigned u: ((S) 4);
4} T;
This page took 0.173988 seconds and 5 git commands to generate.