1 // Contributed by Matt Austern <austern@apple.com>
2 
f()3 void f ()
4 {
5   int n;
6   (char) n = 1; // { dg-error "" }
7 }
8