Rebase.
[official-gcc.git] / gcc / testsuite / g++.dg / init / array17.C
blob4240f719344cc07d23106b168d88fad76e310cb8
1 // { dg-do compile }
4 class StringMap { 
5   const char empty_str[1]; 
6 public: 
7   StringMap() : empty_str() {} 
8 };