aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.martin/typedef2.C
blob: b9bbcb537c94e1a381f02e74ee4e982d4f968552 (plain)
1
2
3
4
5
6
7
// Build don't link:
// Testcase from Alexander Zvyagin <zvyagin@mx.ihep.su>
// Check implicit conversion from string constants into typedefs

typedef char CHAR;
void f2(CHAR *s="");