libffi: Fix 32-bit SPARC structure passing [PR115681]
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / init4.C
blobf8246d68f0ed37ea01c20054ba8740d8aacb0ab6
1 // { dg-options "-std=c++98 -pedantic-errors" }
2 // { dg-do assemble  }
4 class error {
5 public:
6   error(int) {}
7 };
9 class foo {
10   const error x = 1; // { dg-error "" } initialization of non-static data member