repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
varmod1.C
blob
d64f04b78859a7451797f73102ee9c56564d6906
1
int main(int argc, char** argv) {
2
int nx = 2;
3
void theerror(double a[][nx+1]); // { dg-message "" }
4
double** a;
5
theerror(a);
6
return 0;
7
}