Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.martin / typedef2.C
blobbe1bbcbf7f193c39baac2f7ae10365c0b942247f
1 // { dg-do assemble  }
2 // Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
3 // Check implicit conversion from string constants into typedefs
5 typedef char CHAR;
6 void f2(CHAR *s="");