blob: c07ab728df159008214e98394c501efb5f9082bd [file] [log] [blame]
int c_func(void);
int c_func(void) {
return 123;
}