mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Update tests and CI (#979)
Update CI. Explicit native mutex "initialized" bool.
This commit is contained in:
committed by
GitHub
parent
50e99b571f
commit
b87e27d8a3
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user