Don't try calling lsl when file is missing.
[splint-patched.git] / test / manual / types.c
blob5411bfc3b36e9106f8e5748681235215702bc2b0
1 typedef /*@abstract@*/ /*@mutable@*/ struct {
2 int r; int g; int b;
3 } color;