allocate.h: Stop needlessly returning a void value in __DO_ALLOCATOR
[smatch.git] / validation / typeconvert.c
blob2ed400fa4d6b920a5ae4f5fb85760cca3ee09897
1 static int add_char(void)
3 return (char) 127 + (char) 127 + (char) 2;