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

8 lines
176 B
C
Raw Normal View History

#ifndef MISRA_TEST_H
#define MISRA_TEST_H
struct misra_h_s { int foo; };
bool test(char *a); // OK
int misra_8_2_no_fp(int a);
2021-07-10 20:10:44 +02:00
void misra_8_4_bar(void);
#endif // MISRA_TEST_H