summaryrefslogtreecommitdiffstats
path: root/test/Analysis/diagnostics/undef-value-callee.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/diagnostics/undef-value-callee.h')
-rw-r--r--test/Analysis/diagnostics/undef-value-callee.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Analysis/diagnostics/undef-value-callee.h b/test/Analysis/diagnostics/undef-value-callee.h
new file mode 100644
index 0000000..ea48c46
--- /dev/null
+++ b/test/Analysis/diagnostics/undef-value-callee.h
@@ -0,0 +1,4 @@
+
+void callee() {
+ ;
+}
OpenPOWER on IntegriCloud