| 77 | CNI_VALUE_V(val_v, cs::numeric, 30) |
| 78 | |
| 79 | class foo_t |
| 80 | { |
| 81 | public: |
| 82 | float test(float c) |
| 83 | { |
| 84 | std::cout << c << std::endl; |
| 85 | return c - 0.5; |
| 86 | } |
| 87 | }; |
| 88 | |
| 89 | CNI_TYPE_EXT(foo, foo_t, foo_t()) |
| 90 | { |
nothing calls this directly
no outgoing calls
no test coverage detected