nfa_graph_t
pure subroutine nfa_graph__new_node(self) implicit none class(nfa_graph_t), intent(inout) :: self self%top = self%top + 1 end subroutine nfa_graph__new_node