index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lextest
/
lextest.c
blob: e8089f2949bf226776bb40bd766ed093796d3b75 (
plain
)
1
2
3
4
5
6
7
8
9
10
main
()
{
yylex
();
return
;
}
yywrap
()
{
return
1
;
};