another test submission
Some checks failed
MVS Delete Members / delete-members (push) Failing after 15s
MVS Submit & Execute / upload-and-run (push) Has been cancelled

This commit is contained in:
Gregory Gauthier 2026-02-06 16:20:54 +00:00
parent a6bace2560
commit e398ff93c7
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
// NOTIFY=@05054,CLASS=A,MSGCLASS=H, // NOTIFY=@05054,CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440 // MSGLEVEL=(1,1),REGION=4M,TIME=1440
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0001)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(GMG0001)'
// //

View File

@ -11,3 +11,4 @@ int main() {
printf("%s\n", HELLO_STRING); printf("%s\n", HELLO_STRING);
return 0; return 0;
} }