Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
yashinomi committed Oct 22, 2020
1 parent 7be9fbe commit 8574ac4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions debug_test_codes/sanitize_undefined_demo.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <stdio.h>
#include <string.h>
int main(int argc, char** argv) {
if (strcmp(argv[1], "foo") == 0) {
printf("foo!\n");
} else {
printf("hello\n");
}
}

0 comments on commit 8574ac4

Please sign in to comment.