mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
fca6fd0b85
This includes a protocol for creating LibGC Heap allocated Swift objects. Pay no attention to the Unmanaged shenanigans, they are all behind the curtain.
6 lines
108 B
Text
6 lines
108 B
Text
module GCTesting {
|
|
header "TestHeap.h"
|
|
header "TestInterop.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|