Skip to content

Commit

Permalink
Initialize via RzCore
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Nov 7, 2024
1 parent da76065 commit 3154937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/subproject_test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ tester_source = custom_target('main.c',
#include <rz_core.h>
int main(void) {
RzCore *core = rz_core_new();
rz_cons_printf("hello world\n");
rz_core_free(core);
return 0;
}
'''],
Expand Down

0 comments on commit 3154937

Please sign in to comment.