brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · 90ec27a Raw
10 lines · c
1#ifndef TEST_INCLUDE_CPP_H2#define TEST_INCLUDE_CPP_H3 4class TestIncludeClass {5  int test1(int *);6  static int test2(int *);7};8 9#endif10