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

#include <unistd.h>

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