blob: 3033809b02d0a6e6f5e79cb6676adee4bd3e7b23 [file] [log] [blame]
void test(void);
int main()
{
test();
return 0;
}