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