// Build don't link: // Special g++ Options: -fno-const-strings // Origin: Mark Mitchell char foo[26]; template void f () { foo = "0123456789012345678901234"; } template void f();