mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
8 lines
70 B
C
8 lines
70 B
C
|
|
int foo(int x)
|
||
|
|
{
|
||
|
|
goto error;
|
||
|
|
return 0;
|
||
|
|
error:
|
||
|
|
return 1;
|
||
|
|
}
|