about summary refs log tree commit diff
path: root/test-instr.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-19 16:06:06 +0100
committervanhauser-thc <vh@thc.org>2021-03-19 16:06:06 +0100
commit2102264acf5c271b7560a82771b3af8136af9354 (patch)
tree56cce5a15206634bd1877c428a5b15c064d7fa53 /test-instr.c
parente73c7c59c14d0bff1c1b25aa264fe18b7cdcddaf (diff)
downloadafl++-2102264acf5c271b7560a82771b3af8136af9354.tar.gz
fix for new llvm 13 change
Diffstat (limited to 'test-instr.c')
-rw-r--r--test-instr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-instr.c b/test-instr.c
index 4129a5b4..13d4eb93 100644
--- a/test-instr.c
+++ b/test-instr.c
@@ -19,7 +19,7 @@
 #include <fcntl.h>
 
 #ifdef TEST_SHARED_OBJECT
-#define main main_exported
+  #define main main_exported
 #endif
 
 int main(int argc, char **argv) {