summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/array17.C
blob: 4240f719344cc07d23106b168d88fad76e310cb8 (plain)
1
2
3
4
5
6
7
8
// { dg-do compile }


class StringMap { 
  const char empty_str[1]; 
public: 
  StringMap() : empty_str() {} 
};