lfs/testvec.c
2024-12-10 02:11:45 +01:00

7 lines
No EOL
70 B
C

#include <stdatomic.h>
atomic_uint test;
int main(){
return 0;
}