OSDN Git Service

PR c++/4222, c++/5995
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / comdat3-aux.cc
1 #include "comdat3.h"
2
3 void f ()
4 {
5   const bool *p = &A<int>::b;
6 }