Issue 2: Variable alignement
Status:  Accepted
Owner:
Project Member Reported by prog.bontiv, Nov 2, 2011
Alignment between parameter and variables don't work.

Example : This code pass but they are a mistake :

int        main(void)
{
  int a = 1;

  return (a);
}