blob: c922cb9714647afc646b7c12173f63ce6ec1ce16 [file] [log] [blame]
void bar(void);
int main(void)
{
bar();
return 0;
}