blob: 9a3145ec4cc6b3a9a6565e4d890257d6b38776d7 [file] [log] [blame]
#include <stdio.h>
int sub()
{
printf("");
return 10;
}