modernc.org/cc@v1.0.1
/
testdata
/
issue88.c
(
about
)
1 void foo();
2 void bar() {
3 foo == foo;
4 }