Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
init
/
array17.C
blob: 4240f719344cc07d23106b168d88fad76e310cb8 [
file
] [
log
] [
blame
]
// { dg-do compile }
class
StringMap
{
const
char
empty_str
[
1
];
public
:
StringMap
()
:
empty_str
()
{}
};