| 75 | // c names a structured binding that refers to the 3rd element of tpl; decltype(c) is int |
| 76 | |
| 77 | int main() { |
| 78 | a = 4.5; |
| 79 | c = 5; |
| 80 | |
| 81 | // assert(4.5 == x); |
| 82 | // assert(0 == z); |
| 83 | |
| 84 | // std::cout << a << '\n'; |
| 85 | // std::cout << z << '\n'; |
| 86 | } |
nothing calls this directly
no outgoing calls
no test coverage detected