blob: a82c9bd1d26603f7c3f17e91cd016248f61c9db8 [file] [log] [blame]
extern void slib();
int main() {
slib();
return 0;
}