blob: 9b121a17d78a535532c9bd9be87a9d6bfc0d2026 [file] [log] [blame]
extern int innerlib(void);
int main() { return innerlib(); }