Skip to content

Commit

Permalink
repo is broken?
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Tietz committed Feb 1, 2024
1 parent 24d806c commit da74c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/small1/asm_goto6.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "testharness.h"

void code() {
asm goto ("nop" : : : :);
asm goto ("nop" : : : );
E(1);
}

Expand Down

0 comments on commit da74c6c

Please sign in to comment.