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
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/Inputs/icf-jump-tables.c')
-rw-r--r--bolt/test/Inputs/icf-jump-tables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bolt/test/Inputs/icf-jump-tables.c b/bolt/test/Inputs/icf-jump-tables.c
index b5810afb7042..dc2321eadfdc 100644
--- a/bolt/test/Inputs/icf-jump-tables.c
+++ b/bolt/test/Inputs/icf-jump-tables.c
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
int inc(int x) {
switch (x) {
case 0: puts("0"); return 1;