summaryrefslogtreecommitdiff
path: root/src/entry.c
blob: 45698fdf8acaba5e269832d3a7369a705e66a82a (plain)
1
2
3
4
5
int
main(void)
{
    for (;;);
}