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 9c29c61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cesium.IntegrationTests/for.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
int main(int argc, char *argv[])
{
int i;
int j = 0;
for (i = 0; i < 42; ++i) ++j;
return j;
}

0 comments on commit 9c29c61

Please sign in to comment.