cppcheck/addons/test/misra/misra-test.h

6 lines
116 B
C
Raw Normal View History

#ifndef MISRA_TEST_H
#define MISRA_TEST_H
struct misra_h_s { int foo; };
bool test(char *a);
#endif // MISRA_TEST_H