xref: /petsc/src/sys/tests/linter/testheader.h (revision 2d1451d43b73a0495cd81c074cbc1e0206888947)
1 #ifndef TESTHEADER_H
2 #define TESTHEADER_H
3 
4 #include <petscsystypes.h>
5 
6 PetscErrorCode testExplicitSynopsis(PetscInt, PetscReal, void *);
7 
8 #endif // TESTHEADER_H
9