Files
clang-p2996/bolt/test/X86/Inputs/patch-entries.c

9 lines
95 B
C

#include "stub.h"
static void foo() { printf("foo\n"); }
int main() {
foo();
return 0;
}