| 1 | // Include a subframework header. |
|---|---|
| 2 | #include <AnotherTestFramework/AnotherTestFramework.h> |
| 3 | |
| 4 | static inline int test_framework_func(unsigned a) { |
| 5 | return a; |
| 6 | } |
| 7 |
| 1 | // Include a subframework header. |
|---|---|
| 2 | #include <AnotherTestFramework/AnotherTestFramework.h> |
| 3 | |
| 4 | static inline int test_framework_func(unsigned a) { |
| 5 | return a; |
| 6 | } |
| 7 |