// smtc_OpenTmplInst.h
//

#ifndef LZZ_smtc_OpenTmplInst_h
#define LZZ_smtc_OpenTmplInst_h
// semantic
#include "smtc_ScopePtr.h"
#define LZZ_INLINE inline
namespace smtc
{
  ScopePtr openTmplInst (ScopePtr const & scope);
}
#undef LZZ_INLINE
#endif
