blob: 974d4c881778482a760d68b2f197c7a91b565126 [file] [log] [blame]
static void f1()
{
char buf[10];
int i;
for(i = 0; i < 10; i++)
buf[i] = 1;
}