blob: 45b2fa3df6d0820636af96a89ad0d4932a89f7b1 [file] [log] [blame]
int get_stuff();
int main(int argc, char **argv) {
return get_stuff();
}