1 // 981204 bkoz
2 // g++/17930
3 // Build don't link:
4 
5 char const one[] = "test";
6 char const two[] = one; // ERROR - // ERROR -
7