|
@@ -17,7 +17,7 @@ Custom_Data :: struct {
|
|
}
|
|
}
|
|
|
|
|
|
@(init)
|
|
@(init)
|
|
-init_custom_type_setter :: proc() {
|
|
|
|
|
|
+init_custom_type_setter :: proc "contextless" () {
|
|
// NOTE: This is done here so it can be out of the flow of the
|
|
// NOTE: This is done here so it can be out of the flow of the
|
|
// multi-threaded test runner, to prevent any data races that could be
|
|
// multi-threaded test runner, to prevent any data races that could be
|
|
// reported by using `-sanitize:thread`.
|
|
// reported by using `-sanitize:thread`.
|