2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / label1.C
blob8c6684dce0e7dd4baa54842c1a3cf5ae36ed91b1
1 // { dg-options "" }
3 int main(void) {
4   static const void* lbls[2][2] = {{&&lbl0, &&lbl0}, {&&lbl0, &&lbl0}};
5   goto *lbls[0];
6  lbl0:
7   ;