Front-end: enforce qualifiers that cannot appear on block declarations.

Also seems to pick up some white-space (line-ending) test differences with a
prevoius checkin.
This commit is contained in:
John Kessenich
2015-07-14 19:30:11 -06:00
parent 8318878c89
commit fdfa6bbdfe
6 changed files with 74 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
int x(){
something that shouldnt compile;
}
int x(){
something that shouldnt compile;
}