Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ int main()
{

printf("Hello, world, jira 1000\n");

printf("jira 1001, second time too\n");


return 0;
Expand Down
2 changes: 2 additions & 0 deletions sub.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

int test_routine()
{

printf("jira 1001\n");
return 3;
}