summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p5611.C
blob: 557d2cc2bafb90ed67fb4c2364554941aca9ce6c (plain)
1
2
3
4
5
6
7
8
9
10
11
// prms-id: 5611

int main(void)
{
  struct B
    {
      virtual void b1() { };
    };

  return 0;
}