This code cannot be compiled

#include "reg51.h"

void main(void) {
	P1 = 0x00;
	int a = 0;
}

This code cannot be compiled("1.c(5): error C141: syntax error near 'int', expected '__asm'").