blob: 5a347e60db3af206ea945c28fcce4cab78a2310a [file] [log] [blame]
extern int b_has_a_function();
int
b_has_a_function() {
return 100;
}