/* Bad things */

#include <stdio.h>

void main(void) {

  float grid[10][10];

  grid[10][10] = 0.666;
}











