summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.old-deja/g++.other/dwarf2-1.C
blob: 24c8a4d43279f2d3bdeebd6fb38a076aef1afa73 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link:
// Special g++ Options: -gdwarf-2 -O0

int foo()
{
  int a = 1;
  int b = 1;
  int e[a][b];
  e[0][0] = 0;
  return e[a-1][b-1];
}
OpenPOWER on IntegriCloud