xxxxxxxxxx
struct nodiscard;
extern void* malloc(size_t);
extern @nodiscard void* malloc(size_t);
void main() {
auto p = malloc(1);
}