blob: 68024e823b94d71ae6ff7d691bdff4cc1a84c782 [file] [log] [blame]
#include "lib.h"
extern int32_t bar();
int32_t foo() { return bar(); }