// PR c++/20140 template void foo() { unsigned char s[] = ""; } int main() { foo(); foo(); }