diff --git a/example_code/shmem_team_context.c b/example_code/shmem_team_context.c index 2ba545328..94202a620 100644 --- a/example_code/shmem_team_context.c +++ b/example_code/shmem_team_context.c @@ -87,4 +87,5 @@ int main(void) shmem_team_destroy(team_3); shmem_finalize(); + return 0; }