improve build, but still broken at audit

This commit is contained in:
Denis Benato 2024-12-10 02:11:45 +01:00
parent c300ead610
commit a1cf134be2
2 changed files with 24 additions and 4 deletions

7
testvec.c Normal file
View file

@ -0,0 +1,7 @@
#include <stdatomic.h>
atomic_uint test;
int main(){
return 0;
}