Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.mike / net23.C
blob97120ea9099083cf91f3d5e772aafe339ff446a3
1 // { dg-do assemble  }
3 class environment {
4 public:
5   int get_font() ;
6 };
8 typedef int (environment::*INT_FUNCP)();
10 void myfoo(INT_FUNCP a);
12 void init_env_requests()
14   myfoo(&environment::get_font);