tor/scripts/maint/checkspace_tests/good_guard.h
Nick Mathewson bd61a4e848
Add a simple test for checkSpace.pl
This script is not expected to work on windows due to line-ending
issues, so I'm not making it get run on an automated basis.  We
should use it when editing checkSpace.pl.

Closes ticket 32613.
2019-12-03 12:56:46 +10:00

7 lines
68 B
C

#ifndef GUARD_MACRO_H
#define GUARD_MACRO_H
int bar(void);
#endif