#pragma once

#ifdef __cplusplus
extern "C" {
#endif

typedef struct {
	int slot;
} kinc_thread_local_impl_t;

#ifdef __cplusplus
}
#endif