From a34cf81386868591117d95da85a2aacf5b8938bd Mon Sep 17 00:00:00 2001 From: c Date: Mon, 20 May 2024 18:33:21 -0400 Subject: Broken. --- test/parser.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/parser.c') diff --git a/test/parser.c b/test/parser.c index e1587fb..69e216e 100644 --- a/test/parser.c +++ b/test/parser.c @@ -6,6 +6,7 @@ TEST_INIT +#if 0 void empty() { /* Hmm… I feel as though this setup/cleanup process could be wrapped in a @@ -1048,8 +1049,10 @@ void def_with_arg() { tree_destroy(tree); } +#endif + int main() { - empty(); + /* empty(); single_lint(); double_lint(); single_lstr(); @@ -1065,7 +1068,7 @@ int main() { cargumented_call_of_lint(); call_many_arg(); def_bare_lint(); - def_with_arg(); + def_with_arg();*/ TEST_REPORT; -- cgit v1.2.3