blob: b7b702c5d62d52f654a1d2cdae4065df18e48a39 [file] [log] [blame]
extern int a_has_a_function();
int
a_has_a_function() {
return 10;
}