﻿id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
72	starting main	pabuhr	Thierry Delisle <tdelisle@…>	"gcc accepts the following as the starting main routine:
{{{
int main( const volatile int argc, const char * volatile * const argv ) {}
}}}
but cfa does not:
{{{
cfa test.c
CFA Version 1.0.0 (debug)
test.c: In function 'invoke_main':
test.c:9:144: warning: passing argument 2 of '__main__Fi_CViCPVPCc__1' from incompatible pointer type [-Wincompatible-pointer-types]
test.c:7:12: note: expected 'const char * volatile* const' but argument is of type 'char **'
 int main( const volatile int argc, const char * volatile * const argv ) {}
}}}"	defect	closed	trivial	cfa-cc	1.0	fixed		
