OSDN Git Service

PR java/43504
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / interface4.h
1 #pragma interface
2 namespace N {
3         typedef int A;
4 }
5 inline void g ( ) {
6         static N :: A a = 0;
7         a = a;
8 }