2019-03-26 18:54:09 +01:00
|
|
|
// To test:
|
|
|
|
// ~/cppcheck/cppcheck --dump naming_test.c && python ../naming.py --var='[a-z].*' --function='[a-z].*' naming_test.c.dump
|
|
|
|
|
|
|
|
// Should not crash when there is no name
|
2020-11-15 12:46:12 +01:00
|
|
|
void func(int number, int);
|