blob: efff04ec0896703897678a1a4d9b414d4455ef77 [file] [log] [blame]
// Copyright (C) 2002 Free Software Foundation
// Contributed by Matt Austern <austern@apple.com>
// { dg-do compile }
// { dg-options -fpermissive }
void f ()
{
int n;
(char) n = 1;
}