1#include "stub.h"
2
3static void foo() { printf("foo\n"); }
4
5int main() {
6 foo();
7 return 0;
8}
9

source code of bolt/test/X86/Inputs/patch-entries.c