aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.law/init4.C
blob: 084876296d1dc1ef84e77e0c523e5ba1a7ca28c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Build don't link: 
// Special g++ Options: -pedantic-errors
// GROUPS passed initialization
class Time;
class TimeNote;

class SvTime
{
public:
    static TimeNote *time_events = 0;// ERROR - .*
};

SvTime CurrentTime = {0};// ERROR -