Updated to GCC 12.2.0

This commit is contained in:
RVG|lory 2023-04-07 23:03:27 +02:00 committed by GitHub
parent 86d897d580
commit 96b7fab22a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 107 additions and 0 deletions

6
packages/gcc/12.2.0/test.cpp vendored Normal file
View file

@ -0,0 +1,6 @@
#include <iostream>
int main(void) {
printf("OK");
return 0;
}