index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
infer.c
blob: f4faf07aa7b42c1feb150c8f8b034c593e955774 (
plain
)
1
2
3
static bool
infer_decl
(
Declaration
*
d
) {
return true
;
}