2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / defarg1.C
blob77c50e8c3a9ee8fd7fc436528bf974bd6ea8e076
1 class A
3 public:
4     A(int nBits = ((int)0x8) | ((int)0x4) | ((int)0x2));
5 };