OSDN Git Service

New test case.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.martin / typedef2.C
1 // Build don't link:
2 // Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
3 // Check implicit conversion from string constants into typedefs
4
5 typedef char CHAR;
6 void f2(CHAR *s="");
7