]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.brendan/visibility6.C
cp-tree.h (flag_access_control): Declare.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / visibility6.C
index 5ca62c0c6a73a373faf0063b8a93ac371b7ad5c7..85f47b5f89dada9020e325c0a5f5ab3364be30f2 100644 (file)
@@ -3,7 +3,7 @@
 class bottom
 {
 public:
-  int b;
+  int b; // ERROR - private
 };
 class middle : private bottom
 {
This page took 0.025381 seconds and 5 git commands to generate.