blob: 399b4e8a8e03e4e655d548ae7c4981b2896b727a [file] [log] [blame]
Chris Lattnerd39dbcc2003-11-16 20:47:05 +00001void bar () {
2 static char x[10];
3 static char *xend = x + 10;
4}
5
6