brintos

brintos / linux-shallow public Read only

0
0
Text · 141 B · 46a4471 Raw
11 lines · c
1/* Trivial program to check that compilation with certain flags is working. */2 3#include <stdio.h>4 5int6main(void)7{8	puts("");9	return 0;10}11