mirror of
https://github.com/codespell-project/codespell.git
synced 2025-08-06 18:24:41 +08:00
13 lines
132 B
C
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;
|
|
}
|