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

Function main

tests/DependentScopeDeclRefExprTest.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58} // namespace DependentScopeDeclRefExpr
59
60int main()
61{
62 auto a = Test::dependentScope<int>::result;
63 auto b = Test::dependentScope2<int>::result;
64 auto c = Test::dependentScope3<int>::result<char>;
65 auto d = Test::dependentScope4<bool>::result;
66}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected