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.

18 lines
733 B

class AlignFuncProtoTest {
public:
void test1();
void test2();
SomeLongType findSomeLongType();
void* test3();
void test4(){
a=1;
}
double test5();
void test6();
SomeLongNamespace::OtherLongNamespace::SomeLongType findSomeLongType();
void test7();
void test8();
void test9();
SomeLongNamespace::SomeLongType long_var;
}