FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / comdat3.C
blob1ea047d0674bd83a5afffbd3d3bf75432e230476
1 // Test that duplicate elimination of implicit instantiations of static
2 // data members works properly.
4 // Additional sources: comdat3-aux.cc
5 // Additional files: comdat3.h
7 #include "comdat3.h"
9 int main ()
11   const bool *p = &A<int>::b;
12   f ();