mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 21:06:50 +00:00
4 lines
86 B
C++
4 lines
86 B
C++
extern "C" int b_function();
|
|
|
|
extern "C" int a_function() { return b_function(); }
|