summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/lint/plain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cases/deps/lint/plain.cpp')
-rw-r--r--tests/test_cases/deps/lint/plain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_cases/deps/lint/plain.cpp b/tests/test_cases/deps/lint/plain.cpp
new file mode 100644
index 0000000..1db123f
--- /dev/null
+++ b/tests/test_cases/deps/lint/plain.cpp
@@ -0,0 +1,5 @@
+#include "plain.hpp"
+
+bar_t foobar(foo_t x) {
+ return bar(static_cast<bar_t>(foo(x)));
+}