summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/misc2.C
blob: d916651e164d1223563aaac9e25191bb3e80a296 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't link: 
// Special g++ Options: -ansi -pedantic
// GROUPS passed
/* -ansi -pedantic-errors should catch this. */

class C {
 public:
  extern inline int A() {// ERROR - .*
	return 1;
  }
};