]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.other/crash7.C
spec4.C: Remove stray semicolon.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / crash7.C
1 // Build don't link:
2
3 void f()
4 {
5 union {
6 private:
7 int i; // ERROR - private
8 } u;
9
10 u.i = 3; // ERROR - within this context
11 }
This page took 0.034897 seconds and 5 git commands to generate.