This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A bug of keil?

int a = 6;

main()
{
}
this can be successfully compiled.
But if you omit the "int",it can be also successfully compiled.Is it a bug of keil?

0