Don't try calling lsl when file is missing.
[splint-patched.git] / test / unioninit.expect
blob0c1cf5bd2a4d44e0fc7b293a37c3611300be90e8
2 unioninit.c:11:23: Initializer block for union test3 has 2 elements, union
3                       initializers should have one element: 0, 1
4 unioninit.c:13:25: Initial value of test4.test2_s is type long int, expects
5                       short int: 23L
7 Finished checking --- 2 code warnings, as expected