MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / main

Function main

tests/dcl.struct.bind.Test.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75// c names a structured binding that refers to the 3rd element of tpl; decltype(c) is int
76
77int 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected