ladybird/Tests/LibGC/module.modulemap
Andrew Kaster fca6fd0b85 LibGC: Add Swift bindings to the GC heap
This includes a protocol for creating LibGC Heap allocated Swift
objects. Pay no attention to the Unmanaged shenanigans, they are
all behind the curtain.
2024-11-19 14:32:11 -07:00

6 lines
108 B
Text

module GCTesting {
header "TestHeap.h"
header "TestInterop.h"
requires cplusplus
export *
}