8 lines
55 B
C
Raw Normal View History

2018-12-28 16:25:28 +01:00
void test(void);
int main()
{
test();
return 0;
}