hanchenye-llvm-project/lld/test/elf/Inputs/ifunc.cpp

4 lines
52 B
C++

extern "C" int hey();
int main() { return hey(); }