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

source code of compiler-rt/test/tysan/ignorelist.h