8 lines · c
1// Used as part of the ignorelist.c test2// tests if the "src:" ignorelist directive works3#include <stdio.h>4 5void typeViolationMultiFile(void *value) {6 printf("As long: %ld\n", *(long *)value);7}8 1// Used as part of the ignorelist.c test2// tests if the "src:" ignorelist directive works3#include <stdio.h>4 5void typeViolationMultiFile(void *value) {6 printf("As long: %ld\n", *(long *)value);7}8