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

Function main

tests/DeclRefExprWithQualifiedNameTest.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <type_traits>
3
4int main()
5{
6 std::cout << std::is_integral<short>::value << std::endl;
7}
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected