/* Note: you'll need to use -v to get output from this at all! */

/* here's a comment with some spurious ['s [][[[[[] */

/* an array, whose size is used later */
int array_a[5];

/* the `b' array, which has the same number of elements as `a' */
int array_b[sizeof a / sizeof a[0]];


syntax highlighted by Code2HTML, v. 0.9.1