blob: 37c132a0f4d2f87bed6b5650d73fa58bb57e6c98 [file] [log] [blame]
void foo();
int main()
{
foo();
return 0;
}