Files
2011-01-28 16:40:58 -02:00

13 lines
132 B
C

int main(void)
{
int fd;
/* tis code does nothing */
f(1, 2, 3);
fd = opem("/tmp/a", O_RDONLY);
return 0;
}