// Tabs as whitespace should work like spaces
int 	anInt = 0;

void setup () {
	anInt 	= 1;

}
