module bug72; void main() { char c = void; int i = void; c += i; }