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

#include <unistd.h>

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