1#include "library_file.h"2#include <stdio.h>3 4int library_function(void) {5 puts(__FUNCTION__); // Library break here6 return 0;7}8