Skip to content

Commit

Permalink
integration test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Griboedoff committed May 2, 2022
1 parent 4839230 commit f078997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cesium.IntegrationTests/for.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
int main(int argc, char *argv[])
{
int i, j;
for (i = 0; i < 42; ++i) ++j;
return j;
}

0 comments on commit f078997

Please sign in to comment.