http://d.puremagic.com/issues/show_bug.cgi?id=1078
------- Comment #3 from deewiant at gmail.com 2007-03-23 12:33 -------
func.c, line 135 should actually probably say "const, auto, or scope" since the
error is generated also for code like the following:
auto void main() {}
--