// PR c++/88741 template void foo() { char row[] = {"test"}; } void bar() { foo(); }