// Copyright © Tavian Barnes // SPDX-License-Identifier: 0BSD #include int main(void) { return pthread_setname_np(pthread_self(), "name"); }