1 2 3 4 5 6 7
// Build don't link: // Origin: Jason Merrill <jason@cygnus.com> void f (int i) { static int a[] = { i }; }