2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / signed.C
blob2c95f3db48caaa0bbe7c60b0f00473bf6b8d7d65
1 // { dg-do assemble  }
3 // Copyright (C) 1999 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 24 Mar 1999 <nathan@acm.org>
6 // Determine that function style casts are groked
8 void fn()
10   +char(5);
11   +short(5);
12   +int(5);
13   +long(5);
14   +signed(5);
15   +unsigned(5);