#include <stdio.h> int main() { printf("this fake error is in %s on line %d ", __FILE__, __LINE__); return 0; }