Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert committed Apr 29, 2024
1 parent 8caebd5 commit 5a95f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tools/decomp/issue_333_inline_asm.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
void a(void *b) { __asm__(""); }
int main(int argc, char *argv[]) { __asm__(""); }

0 comments on commit 5a95f4f

Please sign in to comment.