mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
This includes a protocol for creating LibGC Heap allocated Swift objects. Pay no attention to the Unmanaged shenanigans, they are all behind the curtain.
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
module GCTesting {
|
|
header "TestHeap.h"
|
|
header "TestInterop.h"
|
|
requires cplusplus
|
|
export *
|
|
}
|