2 void test_fortran_comment_entities() {
3 test_parser_verify_entity(
4 test_parser_sourcefile("fortranfree", " !comment"),
7 test_parser_verify_entity(
8 test_parser_sourcefile("fortranfixed", "C comment"),
13 void all_fortran_tests() {
14 test_fortran_comment_entities();