﻿using System;
using System.Collections.Generic;

namespace WebAssembly
{
	/// <summary>
	/// Represents a label in IL code.
	/// </summary>
	public abstract class ILLabel
	{
	}
	
}
