예제 #1
0
 private int Alloc(Sym sym)
 {
     return(_allocs[sym.AssertCast <Local>()]);
 }