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

#include <unistd.h>

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