blob: bc0cde711fd76f6107232f3da5f07fb32fab68d5 [file] [log] [blame]
// Used as part of the ignorelist.c test
// tests if the "src:" ignorelist directive works
#include <stdio.h>
void typeViolationMultiFile(void *value) {
printf("As long: %ld\n", *(long *)value);
}