diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-21 11:00:48 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-23 15:33:21 +0200 |
commit | 4c49c81008fc2f22c2eef2e019a11f80cd5464a8 (patch) | |
tree | 09da6796020008e9233716da1a283b30e4ca7ef2 /tests/test_cases/deps/lint/bar.hpp | |
parent | d62cbb609f486becb6603e1712d81ba52788232e (diff) | |
download | rules-cc-4c49c81008fc2f22c2eef2e019a11f80cd5464a8.tar.gz |
Add test verifying lint information is propagated properly
... through all our various rules and forms of libraries.
Diffstat (limited to 'tests/test_cases/deps/lint/bar.hpp')
-rw-r--r-- | tests/test_cases/deps/lint/bar.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test_cases/deps/lint/bar.hpp b/tests/test_cases/deps/lint/bar.hpp new file mode 100644 index 0000000..e29bfd7 --- /dev/null +++ b/tests/test_cases/deps/lint/bar.hpp @@ -0,0 +1,8 @@ +#ifndef BAR_HPP +#define BAR_HPP + +#include "bardep.hpp" + +bar_t bar(bar_t); + +#endif |