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

#include <unistd.h>

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