Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bolt
diff options
context:
space:
mode:
Diffstat (limited to 'bolt')
-rw-r--r--bolt/test/X86/Inputs/asm_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bolt/test/X86/Inputs/asm_main.c b/bolt/test/X86/Inputs/asm_main.c
index fa5f5c379848..f67f6c481a42 100644
--- a/bolt/test/X86/Inputs/asm_main.c
+++ b/bolt/test/X86/Inputs/asm_main.c
@@ -1,3 +1,5 @@
+void foo(void);
+
int main() {
foo();
return 0;