aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Inputs/debug-info-file-checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Inputs/debug-info-file-checksum.c')
-rw-r--r--test/CodeGen/Inputs/debug-info-file-checksum.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Inputs/debug-info-file-checksum.c b/test/CodeGen/Inputs/debug-info-file-checksum.c
new file mode 100644
index 0000000000000..081f6f0c28918
--- /dev/null
+++ b/test/CodeGen/Inputs/debug-info-file-checksum.c
@@ -0,0 +1,3 @@
+int foo(int x) {
+ return x+1;
+}