]> andersk Git - splint.git/blame - test/tests2.5/literals.c
Fixed handling of wide character strings (L"test").
[splint.git] / test / tests2.5 / literals.c
CommitLineData
80ee600a 1void test ()
2{
3 char a;
4 unsigned int b;
5
6 a = 15;
7 b = 39;
8 a = b;
9}
This page took 0.175607 seconds and 5 git commands to generate.