blob: 678cd7a700cb266a8a6ea09f181891e28a67c236 [file] [log] [blame] [edit]
int func();
int main()
{
return func();
}