summaryrefslogtreecommitdiffstats
path: root/tiny.c
blob: c746effe321239f2ef7416d6a6e359db59845482 (plain)
1
2
3
4
5
6
7
8
/* comment, test #5 */

#include <unistd.h>

int main(void)
{
    _exit(42);
}