The C# language specification defines the empty-statement grammar production, which allows me to do something like this:
static void Main(string[] a
So some genius could write for(;;) instead of while(true). Like for an interview test.
for(;;)
while(true)