You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
112 B

int * fn1();
mytype * fn2();
myttype<float> * fn3();
myttype<float> * myclass::fn4();
myttype * myclass::fn5();