blob: 778b46ed5cef1a0fa1751f2cd9e137ddaf1918fa [file] [log] [blame]
extern "C" int b_function();
extern "C" int a_function() { return b_function(); }