From 126c496ad8a6e9a3b90ecd25c8ff3ead630f7f65 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Tue, 27 Aug 2019 14:38:15 -0400 Subject: checked undeclared identifiers; not totally done yet --- out.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index 767e654..0d58e0e 100644 --- a/out.c +++ b/out.c @@ -1,12 +1,7 @@ #include "out.h" /* toc */ -void main__(void) { - int64_t foo = 3; - void (*bar)() = 0; +void main__() { } - -int main(void) { - main__(); - return 0; +void foo() { } -- cgit v1.2.3