blob: 01b923e7497a1706f6c4ad6d162fc5a790c11fc5 [file] [log] [blame]
// REQUIRED_ARGS: -noboundscheck
// <-- To remove necessity of _D7imports13std11069array7__arrayZ
class Bar
{
import imports.std11069container;
BinaryHeap!(Foo[]) Heap;
struct Foo {}
}
void main() {}