//
// Cforall Version 1.0.0 Copyright (C) 2019 University of Waterloo
//
// The contents of this file are covered under the licence agreement in the
// file "LICENCE" distributed with Cforall.
//
// Pass.cpp --
//
// Author           : Thierry Delisle
// Created On       : Wed May 22 15:00:33 2019
// Last Modified By :
// Last Modified On :
// Update Count     :
//

#include "Pass.hpp"

namespace ast {

PassVisitorStats pass_visitor_stats;
// Stats::Counters::SimpleCounter * BaseSyntaxNode::new_nodes = nullptr;

};
