Merge pull request #916 from akoeplinger/fix-gac-test
[mono.git] / mono / tests / gc-descriptors / descriptor-tests-prefix.cs
1 using System;
2
3 public interface Filler
4 {
5         void Fill (object[] refs);
6 }