F diff --git a/src/debug/wobler/wobler_tests.h b/src/debug/wobler/wobler_tests.h --- a/src/debug/wobler/wobler_tests.h +++ b/src/debug/wobler/wobler_tests.h.how_much_time_should_execution_take=TEST_TIME_BASELINE,},{+ .filenames={"test_digraphs.c"},+ .test_function=should_compile,+ .how_much_time_should_execution_take=TEST_TIME_BASELINE,+ },+ {.filenames={"test_declaration_speed.c"},.test_function=should_compile,.how_much_time_should_execution_take=TEST_TIME_BASELINE,F diff --git a/tests/test_digraphs.c b/tests/test_digraphs.c new file mode 100644 --- /dev/null +++ b/tests/test_digraphs.c+ int add(int a,int b)+ <%+ int c<:3:>;+ return a;+ %>+ int main()+ <%+ return add(1,2);+ %>