mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 06:28:55 +08:00
new
From-SVN: r25971
This commit is contained in:
parent
45075bf3df
commit
fe1e8929ab
16
gcc/testsuite/g++.old-deja/g++.other/signed.C
Normal file
16
gcc/testsuite/g++.old-deja/g++.other/signed.C
Normal file
@ -0,0 +1,16 @@
|
||||
// Build don't link:
|
||||
|
||||
// Copyright (C) 1999 Free Software Foundation, Inc.
|
||||
// Contributed by Nathan Sidwell 24 Mar 1999 <nathan@acm.org>
|
||||
|
||||
// Determine that function style casts are groked
|
||||
|
||||
void fn()
|
||||
{
|
||||
+char(5);
|
||||
+short(5);
|
||||
+int(5);
|
||||
+long(5);
|
||||
+signed(5);
|
||||
+unsigned(5);
|
||||
}
|
Loading…
Reference in New Issue
Block a user