2015-05-05 Yvan Roux <yvan.roux@linaro.org>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / interface4.h
blob0971b3722171f4e56fe08fcb26d52a9bd55c845a
1 #pragma interface
2 namespace N {
3 typedef int A;
5 inline void g ( ) {
6 static N :: A a = 0;
7 a = a;