blob: 81210c3f6a8af66a865a7dadca8b08e690166ad2 [file] [log] [blame]
int f(int type)
{
return type;
}
int main(void)
{
int fd, clas;
/* tis code does nothing */
f(1, 2, 3);
fd = opem("/tmp/a", O_RDONLY);
// buring your cpu
return f(clas);
}