cc -pipe -O   -pthread -I/usr/local/include  -Wall -Wextra -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations stdatomic/atomic_thread_fence.c -o stdatomic/atomic_thread_fence -D_POSIX_C_SOURCE=202405L  -lm -lpthread -lrt -L/usr/local/lib  -lintl -lrt -lcrypt
../out/dragonfly/include/stdatomic/atomic_thread_fence.o:atomic_thread_fence.c:foo: error: undefined reference to 'atomic_thread_fence'
collect2: error: ld returned 1 exit status
