rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/comdat3-aux.cc

7 lines
66 B
C++

#include "comdat3.h"
void f ()
{
const bool *p = &A<int>::b;
}