xref: /petsc/src/sys/tests/linter/testheader.h (revision 99d14cb2611252d60ca8f6eccb905ccc3ca67e36)
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