llvm/offload/test/Inputs/declare_indirect_func.c


int func() { return 42; }
#pragma omp declare target indirect to(func)