llvm-project/bolt/test/Inputs/icf_baz.c

7 lines
47 B
C

#include <stdio.h>
int baz() {
return 0;
}