Update tests and CI (#979)

Update CI. Explicit native mutex "initialized" bool.
This commit is contained in:
Christoffer Lerno
2023-09-06 22:43:07 +02:00
committed by GitHub
parent 50e99b571f
commit b87e27d8a3
5 changed files with 35 additions and 20 deletions

View File

@@ -11,5 +11,5 @@ fn int main()
printf("Hello World!\n");
bar::test();
printf("Hello double: %d\n", test_doubler(11));
return 17;
return 0;
}